generated from int128/typescript-actions-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 7
51 lines (47 loc) · 1.4 KB
/
update-outdated-pull-request-branch.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: update-outdated-pull-request-branch
on:
pull_request:
paths:
- update-outdated-pull-request-branch/**
- '*.json'
- '*.yaml'
- .github/workflows/update-outdated-pull-request-branch.yaml
push:
branches:
- main
paths:
- update-outdated-pull-request-branch/**
- '*.json'
- '*.yaml'
- .github/workflows/update-outdated-pull-request-branch.yaml
defaults:
run:
working-directory: update-outdated-pull-request-branch
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm test
e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm build
# update-outdated-pull-request-branch action supports only pull_request event
- if: github.event_name == 'pull_request'
uses: ./update-outdated-pull-request-branch
with:
expiration-days: 7