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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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