bchapuis commented on code in PR #942: URL: https://github.com/apache/incubator-baremaps/pull/942#discussion_r1938241756
########## .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: Yes, I guess that JUnit does not need to build a community anymore 😆 -- 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]
