mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
d96126dca3
* Update workflow names Most importantly gives unique names to `create-release.yml` and `merge-release.yml`. Other than that, this attempts to improve and unify the names of all workflows. * Update release workflow names Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com> Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com>
13 lines
256 B
YAML
13 lines
256 B
YAML
name: Add Pull Request Labels
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: ericcornelissen/labeler@label-based-on-status
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|