mirror of
https://github.com/actions/cache.git
synced 2026-01-30 16:04:23 +08:00
Cleanup workflow file names
This commit is contained in:
parent
94056f1871
commit
9848277c90
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Check dist/
|
name: Check dist content
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
1
.github/workflows/close-inactive-issues.yml
vendored
1
.github/workflows/close-inactive-issues.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
name: Close inactive issues
|
name: Close inactive issues
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 8 * * *"
|
- cron: "30 8 * * *"
|
||||||
|
|||||||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: "Code scanning - action"
|
name: Code scanning
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Licensed
|
name: License check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/pr-opened-workflow.yml
vendored
2
.github/workflows/pr-opened-workflow.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Add Reviewer PR
|
name: Assign pull request reviewer
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
name: 'Publish Immutable Action Version'
|
name: Publish immutable action
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
name: Release new action version
|
name: Release new action version
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user