mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
Issue workflow: improve naming for jobs
This commit is contained in:
parent
b4192a862b
commit
3778603c4d
3 changed files with 6 additions and 5 deletions
8
.github/workflows/triage-move-labelled.yml
vendored
8
.github/workflows/triage-move-labelled.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
move_needs_info_issues:
|
move_needs_info_issues:
|
||||||
name: Move X-Needs-Info issues to Need info on triage board
|
name: X-Needs-Info issues to Need info column on triage board
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338
|
- uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
||||||
label-name: "X-Needs-Info"
|
label-name: "X-Needs-Info"
|
||||||
|
|
||||||
add_priority_design_issues_to_project:
|
add_priority_design_issues_to_project:
|
||||||
name: Move priority X-Needs-Design issues to Design project board
|
name: P1 X-Needs-Design to Design project board
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.issue.labels.*.name, 'X-Needs-Design') &&
|
contains(github.event.issue.labels.*.name, 'X-Needs-Design') &&
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
||||||
move_voice-message_issues:
|
move_voice-message_issues:
|
||||||
name: Move A-Voice Messages to Voice message board
|
name: A-Voice Messages to voice message board
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.issue.labels.*.name, 'A-Voice Messages')
|
contains(github.event.issue.labels.*.name, 'A-Voice Messages')
|
||||||
|
@ -101,7 +101,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
||||||
move_threads_issues:
|
move_threads_issues:
|
||||||
name: Move A-Threads to Thread board
|
name: A-Threads to Thread board
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.issue.labels.*.name, 'A-Threads')
|
contains(github.event.issue.labels.*.name, 'A-Threads')
|
||||||
|
|
2
.github/workflows/triage-priority-bugs.yml
vendored
2
.github/workflows/triage-priority-bugs.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Move P1 issues into the P1 column for the App Team and Crypto team
|
name: Move P1 bugs to boards
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
|
|
1
changelog.d/4617.misc
Normal file
1
changelog.d/4617.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Improve issue automation workflows
|
Loading…
Reference in a new issue