-
-
Notifications
You must be signed in to change notification settings - Fork 8
61 lines (56 loc) · 1.29 KB
/
depup.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: depup
on:
schedule:
- cron: '14 14 * * *'
workflow_dispatch:
push: # for testing
branches:
- '**'
jobs:
reviewdog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./with-pr
with:
file: testdata/testfile
version_name: REVIEWDOG_VERSION
repo: reviewdog/reviewdog
labels: demo
redpen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./with-pr
with:
file: testdata/testfile
version_name: REDPEN_VERSION
repo: redpen-cc/redpen
tag_prefix: redpen-
labels: demo
themis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./with-pr
id: depup
with:
file: testdata/testfile
version_name: THEMIS_VERSION
repo: thinca/vim-themis
tag: true
labels: demo
include:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./with-pr
id: depup
with:
file: testdata/testfile
version_name: TERRAFORM_VERSION
repo: hashicorp/terraform
include: '^\d+\.\d+\.\d+$'
labels: demo
- name: Check diff
run: git diff