File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 continue-on-error : true
1414 steps :
15- 15+ - uses : actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1616 with :
1717 project-url : https://github.com/orgs/octokit/projects/10
1818 github-token : ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
Original file line number Diff line number Diff line change 1- name : " CodeQL"
1+ name : CodeQL
22
33on :
44 push :
Original file line number Diff line number Diff line change 1919 run : echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
2020
2121 - name : Respond to issue or PR
22- uses : peter-evans/create-or-update-comment@v5
22+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
2323 with :
2424 issue-number : ${{ steps.extract.outputs.NUMBER }}
2525 body : >
Original file line number Diff line number Diff line change 1- name : ' Close stale issues and PRs'
1+ name : Close stale issues and PRs
22on :
33 workflow_dispatch :
44 schedule :
5+ # ┌───────────── minute (0 - 59)
6+ # │ ┌───────────── hour (0 - 23)
7+ # │ │ ┌───────────── day of the month (1 - 31)
8+ # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
9+ # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
10+ # * * * * *
11+ - cron : ' 0 0 * * 3'
512 - cron : ' 30 1 * * *'
613
714jobs :
You can’t perform that action at this time.
0 commit comments