We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca1348 commit 70d9500Copy full SHA for 70d9500
recipes/github/workflows.md …ipes/ci-cd/github-actions/repos-admin.mdrecipes/github/workflows.md renamed to recipes/ci-cd/github-actions/repos-admin.md
@@ -1,8 +1,6 @@
1
-# Admin workflows
+# Repo admin
2
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.
+Sample workflow files for `.github/workflows/` to automate repo administration tasks.
6
7
Note - you might have install an app in your account or repo to give it permissions.
8
@@ -19,6 +17,7 @@ on:
19
17
jobs:
20
18
triage:
21
runs-on: ubuntu-latest
+
22
steps:
23
- uses: Foo/labeler@glob-all
24
with:
@@ -41,6 +40,7 @@ on:
41
40
42
stale:
43
44
45
- uses: actions/stale@v1
46
0 commit comments