Skip to content

Commit

Permalink
Merge pull request #446 from hkad98/trivial
Browse files Browse the repository at this point in the history
TRIVIAL: back merge master to rel/dev

Reviewed-by: https://github.com/Mara3l
  • Loading branch information
gdgate authored Nov 21, 2023
2 parents 75c8b68 + cae6315 commit c42dbaf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/rel-dev-back-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Back merge to rel/dev branch

on:
push:
branches:
- master
workflow_dispatch:

jobs:
master-to-fast:
if: ${{ github.ref == 'refs/heads/master' }}
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: gooddata/github-actions/gitflow/merge@master
with:
merge: true
source: "master"
target: "rel/dev"
token_pr: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
token_push: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}

0 comments on commit c42dbaf

Please sign in to comment.