We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c83bcc + f501d7c commit 227c4aeCopy full SHA for 227c4ae
.github/workflows/release-drafter.yml
@@ -8,6 +8,7 @@ name: Release Drafter
8
9
jobs:
10
draft_release:
11
+ if: github.repository_owner == 'PyCQA'
12
runs-on: ubuntu-latest
13
steps:
14
- uses: release-drafter/release-drafter@v5
.github/workflows/release.yml
@@ -8,6 +8,7 @@ name: Release
release:
name: Release
0 commit comments