mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
commit
43e2e3b28b
1
.github/workflows/triage.yml
vendored
1
.github/workflows/triage.yml
vendored
@ -15,7 +15,6 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
triage_issues:
|
triage_issues:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: join(github.event.issue.labels) == ''
|
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve the content of all columns on the board
|
- name: Retrieve the content of all columns on the board
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user