mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
actions: Add names to auto-labeler jobs
This commit is contained in:
6
.github/workflows/pr-auto-labeler.yml
vendored
6
.github/workflows/pr-auto-labeler.yml
vendored
@@ -12,7 +12,10 @@ jobs:
|
||||
permissions:
|
||||
contents: read # for actions/labeler to determine modified files
|
||||
pull-requests: write # for actions/labeler to add labels to PRs
|
||||
|
||||
name: "Category labels"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/labeler@v5
|
||||
@@ -23,7 +26,10 @@ jobs:
|
||||
permissions:
|
||||
contents: read # for pascalgn/size-label-action to determine modified files
|
||||
pull-requests: write # for pascalgn/size-label-action to add labels to PRs
|
||||
|
||||
name: "Size label"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: size-label
|
||||
uses: "pascalgn/size-label-action@v0.5.2"
|
||||
|
||||
Reference in New Issue
Block a user