Skip to content

Commit e66f1de

Browse files
Automatically create an issue to request a validator rollup (#40366)
1 parent f2398bd commit e66f1de

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Rollup updated AMP Validator code on the AMP cache'
3+
---
4+
5+
AMP Validator code has been updated, and requires a rollup on the cdn.ampproject.org AMP cache.
6+
7+
// {{ env.MENTION }} — please triage and resolve this issue.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Request Validator Rollup
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- 'main'
8+
paths:
9+
- 'validator/**'
10+
- 'extensions/**/validator-*.*'
11+
12+
permissions:
13+
issues: write
14+
15+
jobs:
16+
rollup:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21+
22+
- uses: JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
23+
with:
24+
filename: .github/create_validator_rollup_issue.md
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
MENTION: '@ampproject/wg-caching'

0 commit comments

Comments
 (0)