Skip to content

Commit 70d9500

Browse files
Update and rename recipes/github/workflows.md to recipes/ci-cd/github-actions/repos-admin.md
1 parent 5ca1348 commit 70d9500

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/github/workflows.md renamed to recipes/ci-cd/github-actions/repos-admin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Admin workflows
1+
# Repo admin
22

3-
Sample files for `.github/workflows/` to automate repo administration tasks.
4-
5-
See also [CI-CD](/recipes/ci-ci/) section for running tests and deploys with GH Pages.
3+
Sample workflow files for `.github/workflows/` to automate repo administration tasks.
64

75
Note - you might have install an app in your account or repo to give it permissions.
86

@@ -19,6 +17,7 @@ on:
1917
jobs:
2018
triage:
2119
runs-on: ubuntu-latest
20+
2221
steps:
2322
- uses: Foo/labeler@glob-all
2423
with:
@@ -41,6 +40,7 @@ on:
4140
jobs:
4241
stale:
4342
runs-on: ubuntu-latest
43+
4444
steps:
4545
- uses: actions/stale@v1
4646
with:

0 commit comments

Comments
 (0)