You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@ on:
6
6
7
7
jobs:
8
8
stale:
9
-
10
9
runs-on: ubuntu-latest
11
-
12
10
steps:
13
11
- uses: actions/stale@v3
14
12
with:
@@ -22,3 +20,21 @@ jobs:
22
20
operations-per-run: 100
23
21
exempt-issue-labels: 'backlog'
24
22
remove-stale-when-updated: true
23
+
stalePackaging:
24
+
runs-on: ubuntu-latest
25
+
permissions:
26
+
issues: write
27
+
steps:
28
+
- uses: actions/stale@v3
29
+
env:
30
+
ACTIONS_STEP_DEBUG: true
31
+
with:
32
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
33
+
stale-issue-message: "In order to consolidate to fewer feedback channels, we've moved suggestions and issue reporting to [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html)."
0 commit comments