This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
GITHUB_TOKEN : ${{ secrets.GIT_PAT }}
26
26
pass_on_octokit_error : false
27
27
configuration_path : " .github/pr-title-checker-config.json"
28
- - uses : release-drafter/release-drafter@v5.25 .0
28
+ - uses : release-drafter/release-drafter@v6.0 .0
29
29
name : " Set PR's label based on title"
30
30
with :
31
31
disable-releaser : true
Original file line number Diff line number Diff line change 51
51
- name : Slash Command Dispatch for Issues
52
52
id : scd_issues
53
53
if : ${{ steps.determine_command.outputs.command_state != 'unknown' && steps.determine_command.outputs.is_issue_command == 'true' }}
54
- uses : peter-evans/slash-command-dispatch@v3
54
+ uses : peter-evans/slash-command-dispatch@v4
55
55
with :
56
56
token : ${{ secrets.GIT_PAT }}
57
57
reaction-token : ${{ secrets.GIT_PAT }}
62
62
- name : Slash Command Dispatch for PRs
63
63
id : scd_prs
64
64
if : ${{ steps.determine_command.outputs.command_state != 'unknown' && steps.determine_command.outputs.is_issue_command != 'true' }}
65
- uses : peter-evans/slash-command-dispatch@v3
65
+ uses : peter-evans/slash-command-dispatch@v4
66
66
with :
67
67
token : ${{ secrets.GIT_PAT }}
68
68
reaction-token : ${{ secrets.GIT_PAT }}
You can’t perform that action at this time.
0 commit comments