Skip to content

Commit

Permalink
cleanup sipify-bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Dec 12, 2024
1 parent 7164657 commit cd2657e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sipify-bot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Run sipify

on:
# disabled for security reasons as any PR would benefit from the token
#issue_comment:
# types: [created]
workflow_dispatch:
push:
branches:
Expand All @@ -12,7 +9,6 @@ on:

jobs:
sipify:
if: github.event_name != 'issue_comment' || ( contains(github.event.comment.html_url, '/pull/') && github.event.comment.body == '/sipify' )
runs-on: [ubuntu-latest]
steps:

Expand All @@ -29,10 +25,6 @@ jobs:
id: comment-branch

- 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
run: ./scripts/sipify_all.sh -m
Expand Down

0 comments on commit cd2657e

Please sign in to comment.