1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00

Update workflow names (#5421)

* 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>
This commit is contained in:
Eric Cornelissen 2021-04-08 02:15:11 +02:00 committed by GitHub
parent b2b036148f
commit d96126dca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: Pull Request Labeler
name: Add Pull Request Labels
on:
pull_request_target:
types: [opened]

View File

@ -1,4 +1,4 @@
name: Automated releases
name: Create Release Pull Request
on:
schedule:
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)

View File

@ -1,4 +1,4 @@
name: Automated releases
name: Merge Release Pull Request
on:
pull_request_review:
types: [submitted]

View File

@ -1,4 +1,4 @@
name: Publish
name: Publish Releases
on:
push:
branches:

View File

@ -1,4 +1,4 @@
name: Remove outdated labels
name: Remove Outdated Labels
on:
pull_request_target:
types:

View File

@ -1,4 +1,4 @@
name: Verify
name: Verify Source
on: [pull_request, push]
jobs: