Fix error in project auto-unassigment on CI (#7139)

This commit is contained in:
Álvaro Mondéjar 2022-02-09 22:33:26 +01:00 committed by GitHub
parent 6eee268a48
commit 47e4a69724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,6 @@ jobs:
if: |
github.event.action != 'opened' &&
github.event.pull_request.merged == false
needs: triage
env:
MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }}
steps: