We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddae43a + 4d3c548 commit 461d82dCopy full SHA for 461d82d
2 files changed
.github/workflows/pypi.yaml
@@ -88,7 +88,7 @@ jobs:
88
name: Packages
89
path: dist
90
91
- - uses: sigstore/gh-action-sigstore-python@61f6a500bbfdd9a2a339cf033e5421951fbc1cd2 # v2.1.1
+ - uses: sigstore/gh-action-sigstore-python@04cffa1d795717b140764e8b640de88853c92acc # v3.3.0
92
with:
93
inputs: >-
94
./dist/*.tar.gz
.mergify.yml
@@ -22,7 +22,7 @@ pull_request_rules:
22
23
actions:
24
merge:
25
- method: merge
+ method: rebase
26
27
- name: Ping author on conflicts
28
conditions:
0 commit comments