mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +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]
|
||||
|
||||
jobs:
|
||||
titlePrefixCheck:
|
||||
createPR:
|
||||
permissions: write-all
|
||||
name: Submit a theme
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
@ -24,5 +26,6 @@ jobs:
|
|||
name: Close Issue
|
||||
uses: peter-evans/close-issue@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
comment: |
|
||||
# Thank you for your contribution!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue