Skip to content

Commit 4423164

Browse files
Also remove wrangler.toml
1 parent 88043ef commit 4423164

2 files changed

Lines changed: 25 additions & 11 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 }}

.github/workflows/wrangler.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)