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-priority-bugs.yml
vendored
2
.github/workflows/triage-priority-bugs.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
contains(github.event.issue.labels.*.name, 'A11y') &&
|
||||
contains(github.event.issue.labels.*.name, 'O-Frequent'))
|
||||
steps:
|
||||
- uses: alex-page/github-project-automation-plus@v0.8.1
|
||||
- uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
|
||||
with:
|
||||
project: Web App Team
|
||||
column: P1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue