actions: rename jobs
Do not use default 'triage' job names. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4e0fecfdb4
commit
6658b1938a
|
@ -1,9 +1,11 @@
|
|||
name: Conflict Finder
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- '**'
|
||||
jobs:
|
||||
triage:
|
||||
conflict:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
|
|
|
@ -3,7 +3,7 @@ on:
|
|||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2.1.1
|
||||
|
|
Loading…
Reference in New Issue