0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-11 11:25:42 +02:00
This commit is contained in:
Lunny Xiao 2026-05-03 11:49:07 -07:00
parent d8e5e154a8
commit 78d9677a62
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -28,12 +28,19 @@ permissions:
pull-requests: write
statuses: write
concurrency:
group: ${{ format('{0}-{1}', github.workflow, (github.event_name == 'pull_request_target' || github.event_name == 'pull_request_review') && format('pr-{0}', github.event.pull_request.number) || 'maintenance') }}
cancel-in-progress: false
jobs:
giteabot:
name: Run Giteabot (${{ github.event_name }})
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Run Giteabot
uses: go-gitea/giteabot@v1
# pull_request_target runs with a write token, so keep this pinned and do not check out PR HEAD here.
uses: go-gitea/giteabot@761f9199f71c68ce2c76decf3dcf7ee76ca664ed # v1 branch @ 2026-04-25
with:
github_token: ${{ secrets.GITEABOT_TOKEN }}
gitea_fork: giteabot/gitea