Skip to content

Commit

Permalink
use action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Jan 6, 2025
1 parent 2ac6374 commit 7f77e5f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ jobs:
steps:
- name: Log something
# MDEwOlJlcG9zaXRvcnkxMjE4MTQyMTA primer/react
run: |
gh api graphql -f query='
uses: octokit/[email protected]
id: get_latest_release
with:
query: |
mutation {
lockMergeQueue(input: { repositoryId: "R_kgDOKNFQag"}) {
headOid
headRef
}
}
'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7f77e5f

Please sign in to comment.