File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Update Session Issues
2+
3+ on :
4+ # This schedule should match the time rotation configured on
5+ # update-design-review-issues.js.
6+ # Times correspond to session end, and additionally 1 hour earlier to account
7+ # for Daylight Savings.
8+ schedule :
9+ - cron : ' 30 16,17 * * 3' # Africa/Europe/western Asia
10+ - cron : ' 0 21,22 * * 3' # Americas
11+ - cron : ' 0 1,2 * * 4' # Asia/Oceania
12+
13+ jobs :
14+ update-session-issues :
15+ if : github.repository == 'ampproject/amphtml'
16+ name : Update Session Issues
17+ runs-on : ubuntu-latest
18+ steps :
19+ - name : Checkout Repo
20+ uses : actions/checkout@v2
21+ - name : Update Session Issues
22+ run : |
23+ node ./build-system/common/update-session-issues
24+ env :
25+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments