Prevent "Move labelled issues to correct projects" GitHub Actions workflow from failing when an issue is already on the project board (#18755)
This commit is contained in:
parent
357b749bf3
commit
c7762cd55e
4
.github/workflows/triage_labelled.yml
vendored
4
.github/workflows/triage_labelled.yml
vendored
@ -16,6 +16,10 @@ jobs:
|
||||
with:
|
||||
project-url: "https://github.com/orgs/matrix-org/projects/67"
|
||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
# This action will error if the issue already exists on the project. Which is
|
||||
# common as `X-Needs-Info` will often be added to issues that are already in
|
||||
# the triage queue. Prevent the whole job from failing in this case.
|
||||
continue-on-error: true
|
||||
- name: Set status
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
|
||||
1
changelog.d/18755.misc
Normal file
1
changelog.d/18755.misc
Normal file
@ -0,0 +1 @@
|
||||
Prevent "Move labelled issues to correct projects" GitHub Actions workflow from failing when an issue is already on the project board.
|
||||
Loading…
Reference in New Issue
Block a user