YongGoose commented on code in PR #942: URL: https://github.com/apache/incubator-baremaps/pull/942#discussion_r1938240583
########## .github/workflows/close-inactive-issues.yml: ########## @@ -0,0 +1,32 @@ +name: Close inactive issues and PRs +on: + schedule: + - cron: "30 1 * * *" + workflow_dispatch: +permissions: read-all +jobs: + close-issues: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 + with: Review Comment: Done in https://github.com/apache/incubator-baremaps/pull/942/commits/273a92dbf91a2eeca9afff4e9bfb36957723c54d ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
