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.
1 parent f3ec736 commit 52256e0Copy full SHA for 52256e0
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: edgedb/action-release/validate-pr@master
18
id: checkver
19
with:
20
+ require_team: Release Managers
21
+ require_approval: no
22
github_token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
23
version_file: httptools/_version.py
24
version_line_pattern: |
0 commit comments