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:
parent
b2b036148f
commit
d96126dca3
2
.github/workflows/add-labels.yml
vendored
2
.github/workflows/add-labels.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Pull Request Labeler
|
||||
name: Add Pull Request Labels
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -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)
|
||||
|
2
.github/workflows/merge-release.yml
vendored
2
.github/workflows/merge-release.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Automated releases
|
||||
name: Merge Release Pull Request
|
||||
on:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Publish
|
||||
name: Publish Releases
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
2
.github/workflows/remove-labels.yml
vendored
2
.github/workflows/remove-labels.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Remove outdated labels
|
||||
name: Remove Outdated Labels
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
|
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Verify
|
||||
name: Verify Source
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user