Reference commits instead of tags in workflows (#19597)
This is better in case the tag is ever assigned to another commit. Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
This commit is contained in:
parent
d9f72ec0b6
commit
c0a7437c20
4 changed files with 6 additions and 6 deletions
2
.github/workflows/triage-move-unlabelled.yml
vendored
2
.github/workflows/triage-move-unlabelled.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
github.event.project_card.project_card.column_id == 16669398) &&
|
||||
!contains(github.event.issue.labels.*.name, 'X-Needs-Info') }}
|
||||
steps:
|
||||
- uses: alex-page/github-project-automation-plus@v0.8.1
|
||||
- uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
|
||||
with:
|
||||
project: Issue triage
|
||||
column: Triaged
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue