@daiyam/artifact-gh-issuehub 0.2.1 → 0.2.3

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.
@@ -4,7 +4,7 @@ body:
4
4
  attributes:
5
5
  value: |-
6
6
  > [!IMPORTANT]
7
- > Please read through [the Discussion rules](https://github.com/REPOSITORY_SLUG/discussions/1) and check for both existing [Discussions](https://github.com/REPOSITORY_SLUG/discussions?discussions_q=) and [Issues](https://github.com/REPOSITORY_SLUG/issues?q=sort%3Areactions-desc) prior to opening a new Discussion.
7
+ > Please read through [the Discussion rules](https://github.com/REPOSITORY_SLUG/discussions/2) and check for both existing [Discussions](https://github.com/REPOSITORY_SLUG/discussions?discussions_q=) and [Issues](https://github.com/REPOSITORY_SLUG/issues?q=sort%3Areactions-desc) prior to opening a new Discussion.
8
8
  - type: markdown
9
9
  attributes:
10
10
  value: "# Issue Details"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-gh-issuehub",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
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": "3b661c4bab4723930798ed12a837367722ea69aa"
19
+ "gitHead": "e151ad132a08e5fd8e86dbd10e72792c37cb139e"
20
20
  }
@@ -1,27 +0,0 @@
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