File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 8
8
directory : ' /'
9
9
schedule :
10
10
interval : ' daily'
11
+ target-branch : development
Original file line number Diff line number Diff line change 1
1
name : Auto Tag and Release
2
2
3
3
on :
4
- push :
5
4
pull_request :
6
5
types : [closed]
7
6
branches :
@@ -14,14 +13,14 @@ jobs:
14
13
permissions :
15
14
contents : write
16
15
steps :
17
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
18
17
with :
19
18
ref : ${{ github.event.pull_request.merge_commit_sha }}
20
19
fetch-depth : ' 0'
21
20
22
21
- name : Bump version and push tag
23
22
id : bump_version
24
- uses : anothrNick/github-tag-action@1.64 .0
23
+ uses : anothrNick/github-tag-action@1.67 .0
25
24
env :
26
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
26
DEFAULT_BUMP : patch
Original file line number Diff line number Diff line change 1
1
name : Dependabot auto pr merge
2
2
3
3
on :
4
- push :
5
4
pull_request :
6
- types : [ opened ]
5
+ types : [opened]
7
6
branches :
8
7
- main
9
8
34
33
run : gh pr merge --auto --squash "$PR_URL"
35
34
env :
36
35
PR_URL : ${{ github.event.pull_request.html_url }}
37
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments