triage-labelled: Fix workflow
parent
b24a25b8b9
commit
1265ed47aa
|
@ -141,7 +141,7 @@ jobs:
|
||||||
name: Add Element R issues to Crypto Team board
|
name: Add Element R issues to Crypto Team board
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.issue.labels.*.name, 'A-Element-R') ||
|
contains(github.event.issue.labels.*.name, 'A-Element-R')
|
||||||
steps:
|
steps:
|
||||||
- id: add_to_project
|
- id: add_to_project
|
||||||
uses: actions/add-to-project@v0.5.0
|
uses: actions/add-to-project@v0.5.0
|
||||||
|
|
Loading…
Reference in New Issue