mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
FIxed issue creation
This commit is contained in:
parent
2b22ccf689
commit
411b481d1d
2 changed files with 5 additions and 2 deletions
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
patreon: zen_browser
|
||||
ko_fi: zen_browser
|
4
.github/workflows/create-theme.yml
vendored
4
.github/workflows/create-theme.yml
vendored
|
@ -7,6 +7,7 @@ jobs:
|
|||
permissions: write-all
|
||||
name: Submit a theme
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.event.issue.title, '[create-theme]:') != 'true' && success()
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
@ -111,8 +112,7 @@ jobs:
|
|||
branch: create-theme-${{ github.event.issue.number }}
|
||||
base: main
|
||||
|
||||
- if: startsWith(github.event.issue.title, '[create-theme]:') != 'true' && success()
|
||||
name: Close Issue
|
||||
- name: Close Issue
|
||||
uses: peter-evans/close-issue@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue