Skip to content

Commit

Permalink
chore: minor actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Aug 27, 2024
1 parent e3ae85d commit 03620e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr_management.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Auto Label PRs, then add assignees and reviewers automatically.
name: Automatic PR management

run-name: PR management stuff
run-name: PR management

on:
pull_request_target:
Expand Down Expand Up @@ -30,6 +30,7 @@ jobs:
config-path: .github/labeler.yml

- name: Label & comment if PR has conflict
id: conflict-checker
uses: eps1lon/[email protected]
with:
dirtyLabel: "Merge conflict identified"
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
echo "Check previous step logs, as well as the debug logs if necessary, for more info."
- name: Warn if this workflow fails
if: steps.author-assignee.outcome == 'failure' || steps.label-pr.outcome == 'failure' || steps.assign-reviewers.outcome == 'failure'
if: failure()
id: warn-on-fail
uses: dannyskoog/pull-request-comment@v1
with:
Expand Down

0 comments on commit 03620e3

Please sign in to comment.