@@ -37,7 +37,7 @@ Features:
3737
3838``` yaml
3939 - name : Run the Action
40- uses : devops-infra/action-pull-request@v0.5.0
40+ uses : devops-infra/action-pull-request@v0.5.2
4141 with :
4242 github_token : ${{ secrets.GITHUB_TOKEN }}
4343 source_branch : development
@@ -78,9 +78,10 @@ Features:
7878| title | No | *subject of the first commit* | Pull request title. |
7979
8080
81- | Outputs | Description |
82- | ------- | ---------------- |
83- | url | Pull request URL |
81+ | Outputs | Description |
82+ | --------- | ----------------------------- |
83+ | url | Pull request URL |
84+ | pr_number | Number of GitHub pull request |
8485
8586
8687# ## How get_diff works
@@ -118,7 +119,7 @@ jobs:
118119 - name: Checkout repository
119120 uses: actions/checkout@v2
120121 - name: Create pull request
121- uses: devops-infra/action-pull-request@v0.5.0
122+ uses: devops-infra/action-pull-request@v0.5.2
122123 with:
123124 github_token: ${{ secrets.GITHUB_TOKEN }}
124125 title: Automatic pull request
@@ -140,7 +141,7 @@ jobs:
140141 fetch-depth: 0
141142 - name: Run the Action
142143 if: startsWith(github.ref, 'refs/heads/feature')
143- uses: devops-infra/action-pull-request@v0.5.0
144+ uses: devops-infra/action-pull-request@v0.5.2
144145 with:
145146 github_token: ${{ secrets.GITHUB_TOKEN }}
146147 title: ${{ github.event.commits[0].message }}
0 commit comments