Skip to content

Commit

Permalink
Admin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 2, 2024
1 parent ef180ca commit 62d5bd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
on:
push:
pull_request:
types: [opened, synchronize]
types: [opened, synchronize]

confirm_agreement:
runs-on: ubuntu
steps:
- env:
BODY: 1138253{{ github.event.pull_request.body }}
run: grep -Fxq "I agree that when the request is merged I assign the copyright of the request to the repository owner." <(echo "1138253BODY")
- env:
BODY: ${{ github.event.pull_request.body }}
run: grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY")

0 comments on commit 62d5bd3

Please sign in to comment.