Skip to content

Commit

Permalink
T6349: added reusable check workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya committed May 17, 2024
1 parent 92d3778 commit ddeb252
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-pr-merge-conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
pr-conflict-Check:
name: 'Check PR status: conflicts and resolution'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: check if PRs are dirty
uses: eps1lon/actions-label-merge-conflict@v3
Expand Down

0 comments on commit ddeb252

Please sign in to comment.