mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-11 11:25:42 +02:00
fix
This commit is contained in:
parent
d8e5e154a8
commit
78d9677a62
9
.github/workflows/giteabot.yml
vendored
9
.github/workflows/giteabot.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user