Skip to content

Update README.md

Update README.md #13

Workflow file for this run

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 }}