Skip to content

Commit

Permalink
Workflows and things (#11)
Browse files Browse the repository at this point in the history
* Rename hello-world.md to intro.md

* update pack and fix outdated

* temp remove yarn

* update github things

* create workflows for testing auto pr for pages

* update names and improve issue template

* update workflow for pages
  • Loading branch information
thefourcraft authored Sep 11, 2023
1 parent 768aabc commit d04b877
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_docusaurus_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Branch
run: |
Expand Down Expand Up @@ -42,6 +44,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "New Docusaurus Page from Issue ${{ github.event.issue.number }}"
branch: "new-page-${{ github.event.issue.number }}"
base: "Production"

0 comments on commit d04b877

Please sign in to comment.