mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
chore: Add createPR job to create-theme workflow
This commit is contained in:
parent
47edb7179a
commit
8cae01f735
1 changed files with 4 additions and 1 deletions
5
.github/workflows/create-theme.yml
vendored
5
.github/workflows/create-theme.yml
vendored
|
@ -3,7 +3,9 @@ on:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
titlePrefixCheck:
|
createPR:
|
||||||
|
permissions: write-all
|
||||||
|
name: Submit a theme
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -24,5 +26,6 @@ jobs:
|
||||||
name: Close Issue
|
name: Close Issue
|
||||||
uses: peter-evans/close-issue@v3
|
uses: peter-evans/close-issue@v3
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
comment: |
|
comment: |
|
||||||
# Thank you for your contribution!
|
# Thank you for your contribution!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue