Skip to content

Commit 7a57a2f

Browse files
authored
Update interfaces.yml
1 parent 9ae6d3a commit 7a57a2f

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/interfaces.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1 @@
1-
name: interfaces
2-
on:
3-
# Trigger at every UTC noon, or manually.
4-
schedule:
5-
- cron: 0 12 * * *
6-
workflow_dispatch:
7-
jobs:
8-
update:
9-
runs-on: ubuntu-20.04
10-
steps:
11-
- name: Checkout
12-
uses: actions/checkout@v4
13-
- name: Run interfaces_update.sh
14-
run: ./tools/ci/interfaces_update.sh
15-
- name: Create pull request
16-
# Use a conditional step instead of a conditional job to work around #20700.
17-
if: github.repository == 'web-platform-tests/wpt'
18-
uses: peter-evans/create-pull-request@v5
19-
with:
20-
token: ${{ secrets.GITHUB_TOKEN }}
21-
author: wpt-pr-bot <[email protected]>
22-
# env.webref_idl_version is set by interfaces_update.sh
23-
title: "Sync interfaces/ with @webref/idl ${{ env.webref_idl_version }}"
24-
commit-message: "Sync interfaces/ with @webref/idl ${{ env.webref_idl_version }}"
25-
body: |
26-
This automated pull request updates interfaces/*.idl from [@webref/idl ${{ env.webref_idl_version }}](https://www.npmjs.com/package/@webref/idl/v/${{ env.webref_idl_version }}).
271

28-
Before merging, please check that any tests that depend on the updated IDL files still work. In particular, check for **gray boxes as the wpt.fyi check status**, which usually means that some tests have regressed.
29-
30-
If additional changes are needed, please manually create another PR based on this one.
31-
32-
See the [workflow](https://github.com/web-platform-tests/wpt/blob/master/.github/workflows/interfaces.yml) for how this pull request was created, and the [README](https://github.com/web-platform-tests/wpt/blob/master/interfaces/README.md) for how the IDL files in this directory are used.
33-
branch: actions/update-idl

0 commit comments

Comments
 (0)