forked from adobe/spectrum-web-components
-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (25 loc) · 891 Bytes
/
pr-update.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: Update PRs
on: workflow_dispatch
jobs:
autoupdate:
name: Auto-update PRs
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
# README: https://github.com/castastrophe/actions-pr-auto-update#auto-update-pull-requests
- uses: castastrophe/[email protected]
with:
token: ${{ secrets.USER_TOKEN }}
include_drafts: false
limit: 50
exclude_labels: blocked,wip
include_labels: in-review,ready-for-merge