ci(digest): remove PAT approval step (#48)
ci(digest): remove PAT approval step — auto-approve handles it
This commit is contained in:
parent
5025803324
commit
b7c65a1d4b
1 changed files with 0 additions and 1 deletions
1
.github/workflows/upstream-digest.yml
vendored
1
.github/workflows/upstream-digest.yml
vendored
|
|
@ -43,6 +43,5 @@ jobs:
|
||||||
--body "Automated weekly digest of new upstream activity. Triage by updating statuses and notes." \
|
--body "Automated weekly digest of new upstream activity. Triage by updating statuses and notes." \
|
||||||
--base main \
|
--base main \
|
||||||
--head "${BRANCH}")
|
--head "${BRANCH}")
|
||||||
GH_TOKEN="${{ secrets.DIGEST_PAT }}" gh pr review "${PR_URL}" --approve
|
|
||||||
gh pr merge "${PR_URL}" --auto --squash
|
gh pr merge "${PR_URL}" --auto --squash
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue