Merge pull request #13992 from ethereum/triage-any-issue

Run triage action on all new issues independent of the presence of labels
This commit is contained in:
Kamil Śliwak 2023-02-23 16:12:54 +01:00 committed by GitHub
commit 43e2e3b28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ env:
jobs:
triage_issues:
runs-on: ubuntu-latest
if: join(github.event.issue.labels) == ''
steps:
- name: Retrieve the content of all columns on the board
run: |