Skip to content

Commit

Permalink
oper: release update
Browse files Browse the repository at this point in the history
  • Loading branch information
b4hia authored Oct 10, 2024
1 parent 35bacba commit 987a412
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Create Prod Release

on:
push:
branches:
- develop

jobs:
auto-pull-request:
name: CreatePullRequest
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/pull-request-action@1.0.18
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_BRANCH: "main"
PULL_REQUEST_TITLE: Production Release
PULL_REQUEST_BODY: |
# Production Release
## Changelog
<!--- Please add the list of changes here -->
<!--- Please tag responsible the users with @ -->
- < PR Number > @< username >

0 comments on commit 987a412

Please sign in to comment.