Skip to content

Commit

Permalink
Update approve-bot-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankie G-J authored and sophiewigmore committed Apr 1, 2022
1 parent db52d52 commit 1ecfc92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/approve-bot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- name: Enable Auto-Merge
if: steps.human-commits.outputs.human_commits == 'false' && steps.unverified-commits.outputs.unverified_commits == 'false'
run: |
echo "${GITHUB_TOKEN}" | gh auth login --with-token
gh pr merge ${{ needs.download.outputs.pr-number }} --auto --squash
env:
GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}

0 comments on commit 1ecfc92

Please sign in to comment.