mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-02-05 02:16:18 +00:00
Cleanup workflow file names
This commit is contained in:
parent
94056f1871
commit
9848277c90
7 changed files with 7 additions and 5 deletions
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:
|
||||
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
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- 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:
|
||||
push:
|
||||
|
|
|
|||
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Licensed
|
||||
name: License check
|
||||
|
||||
on:
|
||||
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:
|
||||
pull_request_target:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: 'Publish Immutable Action Version'
|
||||
name: Publish immutable action
|
||||
|
||||
on:
|
||||
release:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
name: Release new action version
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue