1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Update allowed-actions.js (#17873)

This commit is contained in:
Rachael Sewell
2021-02-16 13:52:46 -08:00
committed by GitHub
parent c0f5e594c2
commit 6ce85ac200
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
if: (contains(github.event.pull_request.labels.*.name, 'automerge') || contains(github.event.pull_request.labels.*.name, 'autosquash')) && (github.repository == 'github/docs-internal' || github.repository == 'github/docs')
steps:
- name: automerge
uses: 'pascalgn/automerge-action@c9bd182'
uses: 'pascalgn/automerge-action@c9bd1823770819dc8fb8a5db2d11a3a95fbe9b07'
env:
GITHUB_TOKEN: '${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}'
MERGE_METHOD_LABELS: 'automerge=merge,autosquash=squash'