mirror of
https://github.com/Cute-Dress/Dress.git
synced 2024-11-23 21:55:10 +08:00
ci: fix: /fast-forward
triggered by non-maintainers
This commit is contained in:
parent
ca9919a19b
commit
8b4a2dd840
5
.github/workflows/fast-forward.yml
vendored
5
.github/workflows/fast-forward.yml
vendored
@ -25,7 +25,10 @@ jobs:
|
||||
require: write
|
||||
|
||||
- name: Fast forwarding
|
||||
if: steps.check-perm.outputs.require-result
|
||||
if: steps.check-perm.outputs.require-result == 'true'
|
||||
# As GitHub actions use actor's permission, it's not possible
|
||||
# for anyone without write permission to perform a merge.
|
||||
# This check is merely for skipping it silently.
|
||||
uses: sequoia-pgp/fast-forward@v1
|
||||
with:
|
||||
merge: true
|
||||
|
Loading…
Reference in New Issue
Block a user