Skip to content

Commit 89c3057

Browse files

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sponsors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest
10+
if: ${{ github.repository == 'jesseduffield/lazygit' }}
1011
steps:
1112
- name: Checkout 🛎️
1213
uses: actions/checkout@v4
@@ -16,7 +17,6 @@ jobs:
1617
with:
1718
token: ${{ secrets.SPONSORS_TOKEN }}
1819
file: "README.md"
19-
if: ${{ github.repository == 'jesseduffield/lazygit' }}
2020

2121
- name: Create Pull Request 🚀
2222
uses: peter-evans/create-pull-request@v6
@@ -26,3 +26,4 @@ jobs:
2626
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
2727
labels: "ignore-for-release"
2828
delete-branch: true
29+
draft: always-true

0 commit comments

Comments
 (0)