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 1dd36ff commit e3cb5a8Copy full SHA for e3cb5a8
1 file changed
.github/workflows/trigger-stale-issues.yml
@@ -1,4 +1,4 @@
1
-name: Stale Issues
+name: Stale Issues Investigator
2
on:
3
schedule:
4
- cron: "0 15 * * 1"
@@ -12,14 +12,11 @@ permissions:
12
13
jobs:
14
run:
15
- uses: elastic/ai-github-actions/.github/workflows/gh-aw-stale-issues.lock.yml@v0
+ uses: elastic/ai-github-actions/.github/workflows/gh-aw-stale-issues-investigator.lock.yml@v0
16
with:
17
setup-commands: |
18
sudo apt-get update && sudo apt-get install -y libpcap-dev librpm-dev python3-venv
19
export GOTOOLCHAIN=auto
20
make mage
21
- additional-instructions: |
22
- Add a note to the issue indicating that you do not have permission to actually
23
- close the issues and that a person with permission will need to do so.
24
secrets:
25
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
0 commit comments