mirror of https://github.com/vector-im/riot-web
Merge pull request #24368 from vector-im/Johennes-patch-1
Include Janne in WAT assignment automationpull/24428/head
commit
9db99f6412
|
@ -9,7 +9,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
contains(github.event.issue.assignees.*.login, 't3chguy') ||
|
contains(github.event.issue.assignees.*.login, 't3chguy') ||
|
||||||
contains(github.event.issue.assignees.*.login, 'andybalaam')
|
contains(github.event.issue.assignees.*.login, 'andybalaam') ||
|
||||||
|
contains(github.event.issue.assignees.*.login, 'justjanne')
|
||||||
steps:
|
steps:
|
||||||
- uses: octokit/graphql-action@v2.x
|
- uses: octokit/graphql-action@v2.x
|
||||||
id: add_to_project
|
id: add_to_project
|
||||||
|
|
Loading…
Reference in New Issue