Skip to content

Commit

Permalink
Merge pull request #26329 from vector-im/Johennes-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored Oct 6, 2023
2 parents 8e39de4 + 6e57af0 commit f49b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
contains(github.event.issue.labels.*.name, 'A-Packaging') ||
contains(github.event.issue.labels.*.name, 'A-Technical-Debt') ||
contains(github.event.issue.labels.*.name, 'A-Testing') ||
contains(github.event.issue.labels.*.name, 'Z-Flaky-Test') ||
contains(github.event.issue.labels.*.name, 'Z-Flaky-Test')
steps:
- uses: actions/add-to-project@main
with:
Expand Down

0 comments on commit f49b37d

Please sign in to comment.