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
Description:
Tried using the action and only got this error everytime. Created the a token with the right permissions as well
Here is the code:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v7
with:
stale-issue-label: "Stale"
stale-pr-label: "Stale"
days-before-stale: 60
days-before-close: 7
stale-issue-message: "This issue is stale because it has been open for 60 days with no activity."
stale-pr-message: "This PR is stale because it has been open for 60 days with no activity."
close-issue-message: "This issue was closed because it has been stale for 7 days since being marked as stale."
close-pr-message: "This PR was closed because it has been inactive for 7 days since being marked as stale."
repo-token: ${{ secrets.PR_ACCESS_TOKEN }}
Description:
Tried using the action and only got this error everytime. Created the a token with the right permissions as well
Here is the code:
Action version:
@v9
Platform:
Runner type:
Repro steps:
Copy the action step.
Expected behavior:
Closed old PRs and Issues
Actual behavior:
Error: Not Found
The text was updated successfully, but these errors were encountered: