mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
cleanup sipify-bot.yml
This commit is contained in:
parent
71646577a5
commit
cd2657e779
8
.github/workflows/sipify-bot.yml
vendored
8
.github/workflows/sipify-bot.yml
vendored
@ -1,9 +1,6 @@
|
|||||||
name: Run sipify
|
name: Run sipify
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# disabled for security reasons as any PR would benefit from the token
|
|
||||||
#issue_comment:
|
|
||||||
# types: [created]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -12,7 +9,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sipify:
|
sipify:
|
||||||
if: github.event_name != 'issue_comment' || ( contains(github.event.comment.html_url, '/pull/') && github.event.comment.body == '/sipify' )
|
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -29,10 +25,6 @@ jobs:
|
|||||||
id: comment-branch
|
id: comment-branch
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
ref: ${{ steps.comment-branch.outputs.head_ref || github.ref_name }}
|
|
||||||
repository: ${{ steps.comment-branch.outputs.head_owner || 'qgis' }}/${{ steps.comment-branch.outputs.head_repo || 'QGIS' }}
|
|
||||||
token: ${{ secrets.GH_TOKEN_BOT }}
|
|
||||||
|
|
||||||
- name: run sipify
|
- name: run sipify
|
||||||
run: ./scripts/sipify_all.sh -m
|
run: ./scripts/sipify_all.sh -m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user