Skip to content

Commit

Permalink
Update conflict.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj authored Aug 29, 2023
1 parent 5227f63 commit 3a71784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
echo "This is a requirement to maintain a high level of independence in this project. Please update if you are able to verify that you meet that requirement."
echo "Thank you!"
exit 1
if: contains(github.event.pull_request.body, "- [ ] I am not the sole author or employee of a company who created the topic or collection I'm changing.")
if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection I\'m changing.')
name: Fail
- run: exit 0
if: contains(github.event.pull_request.body, "- [x] I am not the sole author or employee of a company who created the topic or collection I'm changing.")
if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection I\'m changing.')
name: Succeed

0 comments on commit 3a71784

Please sign in to comment.