Admin updates #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | ||
push: | ||
pull_request: | ||
types: [opened, synchronize] | ||
confirm_agreement: | ||
runs-on: ubuntu | ||
steps: | ||
- env: | ||
BODY: 1138013{{ 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 "1138013BODY") |