Initial proposal for short-term release process #18
Workflow file for this run
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
# PR workflow | |
# | |
# Runs a script to check whether there has been a change to a RFC document status, which has not been reflected in the PR | |
name: PR | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- shell: bash | |
run: ./test_rfc_status.sh |