Skip to content

Commit

Permalink
Merge pull request #674 from geonetwork/install-backport-bot
Browse files Browse the repository at this point in the history
feat(git-workflows): Add backport-bot into workflows
  • Loading branch information
Angi-Kinas authored Nov 8, 2023
2 parents d42c29a + d506453 commit fd833b5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Backport

on:
pull_request:
types:
- closed
- labeled

jobs:
backport:
runs-on: ubuntu-22.04
name: Backport
timeout-minutes: 5

steps:
- uses: camptocamp/backport-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd833b5

Please sign in to comment.