Merge pull request #169 from sous-chefs/automated/standardfiles
Automated PR: Standardising Files
This commit is contained in:
commit
55bf044ac9
2
.github/workflows/md-links.yml
vendored
2
.github/workflows/md-links.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@main
|
||||
- name: markdown-link-check
|
||||
uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
|
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
@ -2,14 +2,11 @@
|
||||
name: Mark stale issues and pull requests
|
||||
|
||||
"on":
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
schedule: [cron: "0 0 * * *"]
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user