mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-22 08:54:33 +03: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:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened]
|
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
|
# "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:
|
on:
|
||||||
pull_request_review:
|
pull_request_review:
|
||||||
types: [submitted]
|
types: [submitted]
|
||||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Publish
|
name: Publish Releases
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
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:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types:
|
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]
|
on: [pull_request, push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user