mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Rename workflows
This commit is contained in:
parent
ee9ab3d548
commit
06629b0b89
2
.github/workflows/cleanup.yml
vendored
2
.github/workflows/cleanup.yml
vendored
@ -1,6 +1,6 @@
|
||||
# This workflow prunes old workflow runs for an entire repository.
|
||||
|
||||
name: "Chore - prune old builds"
|
||||
name: "Chore - Prune old builds"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
2
.github/workflows/closed-issues.yml
vendored
2
.github/workflows/closed-issues.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Issues - reply to closed issue"
|
||||
name: "Issues - Reply to closed issue"
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
|
8
.github/workflows/depsreview.yml
vendored
8
.github/workflows/depsreview.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: 'Code - dependency review'
|
||||
name: 'Code - Dependency review'
|
||||
on: [ pull_request ]
|
||||
|
||||
permissions:
|
||||
@ -8,7 +8,9 @@ jobs:
|
||||
dependency-review:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout Repository'
|
||||
- name: 'Checkout repository'
|
||||
uses: actions/checkout@v3
|
||||
- name: 'Dependency Review'
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: 'Dependency review'
|
||||
uses: actions/dependency-review-action@v3
|
||||
|
2
.github/workflows/label-actions.yml
vendored
2
.github/workflows/label-actions.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: 'Issues - reply to specific labels'
|
||||
name: 'Issues - Reply to specific labels'
|
||||
|
||||
on:
|
||||
issues:
|
||||
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Issues - close stale issues"
|
||||
name: "Issues - Close stale issues"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
|
Loading…
Reference in New Issue
Block a user