File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
phony : help
3
3
4
4
# Release tag for the action
5
- VERSION := v0.4.2
5
+ VERSION := v0.5.0
6
6
7
7
# GitHub Actions bogus variables
8
8
GITHUB_REF ?= refs/heads/null
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Features:
37
37
38
38
``` yaml
39
39
- name : Run the Action
40
- uses : devops-infra/action-pull-request@v0.4.2
40
+ uses : devops-infra/action-pull-request@v0.5.0
41
41
with :
42
42
github_token : ${{ secrets.GITHUB_TOKEN }}
43
43
source_branch : development
@@ -118,7 +118,7 @@ jobs:
118
118
- name: Checkout repository
119
119
uses: actions/checkout@v2
120
120
- name: Create pull request
121
- uses: devops-infra/action-pull-request@v0.4.2
121
+ uses: devops-infra/action-pull-request@v0.5.0
122
122
with:
123
123
github_token: ${{ secrets.GITHUB_TOKEN }}
124
124
title: Automatic pull request
@@ -140,7 +140,7 @@ jobs:
140
140
fetch-depth: 0
141
141
- name: Run the Action
142
142
if: startsWith(github.ref, 'refs/heads/feature')
143
- uses: devops-infra/action-pull-request@v0.4.2
143
+ uses: devops-infra/action-pull-request@v0.5.0
144
144
with:
145
145
github_token: ${{ secrets.GITHUB_TOKEN }}
146
146
title: ${{ github.event.commits[0].message }}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ outputs:
69
69
description : Pull request URL.
70
70
runs :
71
71
using : docker
72
- image : docker://devopsinfra/action-pull-request:v0.4.2
72
+ image : docker://devopsinfra/action-pull-request:v0.5.0
73
73
env :
74
74
GITHUB_TOKEN : ${{ inputs.github_token }}
75
75
branding :
You can’t perform that action at this time.
0 commit comments