Update README.md #13
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
name: Merge Queue Test | |
on: | |
pull_request: | |
types: [labeled, unlabeled] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Log something | |
# MDEwOlJlcG9zaXRvcnkxMjE4MTQyMTA primer/react | |
uses: octokit/[email protected] | |
id: get_latest_release | |
with: | |
query: | | |
mutation { | |
lockMergeQueue(input: { repositoryId: "R_kgDOKNFQag"}) { | |
headOid | |
headRef | |
} | |
} | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |