Skip to content

Commit e3cb5a8

Browse files
authored
Switch stale-issues to stale-issues-investigator (#49648)
1 parent 1dd36ff commit e3cb5a8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/trigger-stale-issues.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Stale Issues
1+
name: Stale Issues Investigator
22
on:
33
schedule:
44
- cron: "0 15 * * 1"
@@ -12,14 +12,11 @@ permissions:
1212

1313
jobs:
1414
run:
15-
uses: elastic/ai-github-actions/.github/workflows/gh-aw-stale-issues.lock.yml@v0
15+
uses: elastic/ai-github-actions/.github/workflows/gh-aw-stale-issues-investigator.lock.yml@v0
1616
with:
1717
setup-commands: |
1818
sudo apt-get update && sudo apt-get install -y libpcap-dev librpm-dev python3-venv
1919
export GOTOOLCHAIN=auto
2020
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.
2421
secrets:
2522
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)