Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Disable automerge; label preserved (#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Nov 10, 2021
1 parent 9d5383a commit b60b6b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
with:
labels: automerge

- name: Merge pull request
if: ${{ steps.git_diff.outputs.valid == 'VALID' }}
uses: 'pascalgn/automerge-action@v0.14.3'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
# - name: Merge pull request
# if: ${{ steps.git_diff.outputs.valid == 'VALID' }}
# uses: 'pascalgn/automerge-action@v0.14.3'
# env:
# GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

2 comments on commit b60b6b5

@firecrab
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are tokens still being added right now, or do we need to wait for automerge?

@islaperfito
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any updates here?

Please sign in to comment.