mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-11 17:55:32 +02:00
Use giteabot instead of backporter
This commit is contained in:
parent
9b9fb95559
commit
d8e5e154a8
39
.github/workflows/giteabot.yml
vendored
Normal file
39
.github/workflows/giteabot.yml
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
name: Giteabot
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- labeled
|
||||
- unlabeled
|
||||
- closed
|
||||
- review_requested
|
||||
- review_request_removed
|
||||
pull_request_review:
|
||||
types:
|
||||
- submitted
|
||||
- edited
|
||||
- dismissed
|
||||
schedule:
|
||||
- cron: "15 3 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
statuses: write
|
||||
|
||||
jobs:
|
||||
giteabot:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run Giteabot
|
||||
uses: go-gitea/giteabot@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITEABOT_TOKEN }}
|
||||
gitea_fork: giteabot/gitea
|
||||
Loading…
x
Reference in New Issue
Block a user