Skip to content

Commit

Permalink
Update pr_verify_linked_issue.yml
Browse files Browse the repository at this point in the history
add in clause to ignore this action on the auto generated branch
  • Loading branch information
gordsport committed Jul 8, 2021
1 parent a770e46 commit 7c800a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_verify_linked_issue.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---


# This workflow will inspect a pull request to ensure there is a linked issue or a
# valid issue is mentioned in the body. If neither is present it fails the check and adds
# a comment alerting users of this missing requirement. Edit to test.
Expand All @@ -18,5 +17,6 @@ jobs:
steps:
- name: Verify Linked Issue
uses: hattan/verify-linked-issue-action@95c0d0150d7e7687e45a76fbf0b0c6aa8daef288
if: startsWith(github.head_ref, 'renovate') == false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7c800a3

Please sign in to comment.