Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 75dca4d

Browse files
authored
Merge branch 'master' into dependabot/github_actions/hmarr/debug-action-3.0.0
2 parents bbb23e3 + e5bddf0 commit 75dca4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
2626
pass_on_octokit_error: false
2727
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
2929
name: "Set PR's label based on title"
3030
with:
3131
disable-releaser: true

.github/workflows/slash-command-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Slash Command Dispatch for Issues
5252
id: scd_issues
5353
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
5555
with:
5656
token: ${{ secrets.GIT_PAT }}
5757
reaction-token: ${{ secrets.GIT_PAT }}
@@ -62,7 +62,7 @@ jobs:
6262
- name: Slash Command Dispatch for PRs
6363
id: scd_prs
6464
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
6666
with:
6767
token: ${{ secrets.GIT_PAT }}
6868
reaction-token: ${{ secrets.GIT_PAT }}

0 commit comments

Comments
 (0)