Skip to content

Commit

Permalink
test publish event
Browse files Browse the repository at this point in the history
  • Loading branch information
bijujoseph committed Dec 23, 2020
1 parent c350a55 commit 6a5e43a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Back Merge

on:
release:
types: [ published ]

jobs:

build:
name: Backfill
runs-on: ubuntu-latest
steps:

- name: Print Debug Information
uses: hmarr/debug-action@master

- name: Checkout Updated Master Branch
uses: actions/checkout@v2
with:
ref: ${{ github.event.release.tag_name }}
#
# - name: Create Pull Request
# id: pr
# uses: peter-evans/create-pull-request@172ec762f8ac8e050062398456fccd30444f8f30 #v2
# with:
# token: ${{ secrets.GH_USER_TOKEN }}
# commit-message: Backfill master with release tag ${{ github.event.release.tag_name }}
# title: Backfill master - ${{github.event.release.tag_name}}
# branch: backfill_${{ github.event.release.tag_name }}
# body: |
# Auto generated pull request to backfill `${{ github.event.release.tag_name }} into develop`.
#

0 comments on commit 6a5e43a

Please sign in to comment.