@daiyam/artifact-gh-issuehub 0.1.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ jobs:
19
19
 
20
20
  if [[ "${BODY}" =~ "CLOSE THIS ISSUE" ]]; then
21
21
  gh issue edit "${ISSUE}" --add-label "S-not-preapproved"
22
- gh issue close "${ISSUE}" --comment "Please don't open issues directly, use GitHub Discussions instead. See: https://github.com/zokugun/REPOSITORY_SLUG/issues/1"
22
+ gh issue close "${ISSUE}" --comment "Please don't open issues directly, use GitHub Discussions instead. See: https://github.com/REPOSITORY_SLUG/issues/1"
23
23
  gh issue lock "${ISSUE}"
24
24
  fi
25
25
  env:
@@ -0,0 +1,27 @@
1
+ name: Stale Issues
2
+ on:
3
+ schedule:
4
+ - cron: '0 1 * * *'
5
+ permissions:
6
+ issues: write
7
+ jobs:
8
+ stale:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/stale@v10
12
+ with:
13
+ days-before-stale: 90
14
+ days-before-close: 30
15
+ operations-per-run: 1024
16
+ stale-issue-message: >
17
+ This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
18
+ close-issue-message: >
19
+ This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
20
+ stale-issue-label: S-stale
21
+ close-issue-label: S-abandoned
22
+ stale-pr-message: >
23
+ This PR has been automatically marked as stale.
24
+ close-pr-message: >
25
+ This PR has been closed due to inactivity, and will not be monitored.
26
+ stale-pr-label: S-stale
27
+ close-pr-label: S-abandoned
@@ -0,0 +1,5 @@
1
+ {
2
+ "bugs": {
3
+ "url": "https://github.com/REPOSITORY_SLUG/discussions/categories/issue-triage"
4
+ }
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-gh-issuehub",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -16,5 +16,5 @@
16
16
  "url": "https://github.com/daiyam/artifact-configs/issues"
17
17
  },
18
18
  "keywords": [],
19
- "gitHead": "5fff6c16ace6953d55a3daee53ac9896ebf53914"
19
+ "gitHead": "3b661c4bab4723930798ed12a837367722ea69aa"
20
20
  }