Skip to content

Commit

Permalink
chore: Add createPR job to create-theme workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Aug 15, 2024
1 parent 47edb71 commit 8cae01f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
types: [opened]

jobs:
titlePrefixCheck:
createPR:
permissions: write-all
name: Submit a theme
runs-on: ubuntu-latest
steps:

Expand All @@ -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!

0 comments on commit 8cae01f

Please sign in to comment.