mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 02:25:04 +00:00
Use descriptive and unique job names, otherwise we end up with those showing up in different location with no way to know which is which. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
247 B
YAML
13 lines
247 B
YAML
name: 'Pull Request Labeler'
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
labeler:
|
|
name: Pull Request Labeler
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v2.1.1
|
|
with:
|
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|