mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
21 lines
412 B
YAML
21 lines
412 B
YAML
name: Backport Bot
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
pull_request:
|
|
types: [labeled]
|
|
push:
|
|
branches:
|
|
- '*.x'
|
|
jobs:
|
|
backport-issue:
|
|
permissions:
|
|
contents: read
|
|
issues: write
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Create Backport Issue
|
|
uses: spring-io/backport-bot@v0.0.3
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }} |