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
-1
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: |