Skip to content

Commit

Permalink
Create test_work_flow.yml
Browse files Browse the repository at this point in the history
Signed-off-by: FalloutFalcon <[email protected]>
  • Loading branch information
FalloutFalcon authored Sep 20, 2024
1 parent 1e3c36c commit e0ece75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test_work_flow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Is this thing even on?
on:
workflow_run:
workflows: [Checks]
types:
- completed
jobs:
is_this_even_on:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check for conflicting PRs
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: "The label that kills you"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."

0 comments on commit e0ece75

Please sign in to comment.