Skip to content

Commit

Permalink
added new-stable-worklfow
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Jan 27, 2024
1 parent 7d7363b commit ba22f73
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/new_stable_version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Create New Stable Version

on:
workflow_dispatch:

jobs:
create_pull_request:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: stable
base: main
title: Automated New Stable Version
body: This pull request was automatically created by the workflow and contains the latest stable version of the repository.

0 comments on commit ba22f73

Please sign in to comment.