Skip to content

Commit

Permalink
Merge pull request #213 from samply/test/backport-pullrequest
Browse files Browse the repository at this point in the history
test selfdesigned workflow take 2
  • Loading branch information
PierreDelpy authored Aug 27, 2024
2 parents ad18604 + 0d5c239 commit d847a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
git config --local user.name "github_workflow_verbis_auto-pr"
git checkout -b test/backport-pilots
git push origin test/backport-pilots
gh pr create --base main --head test/backport-pilots --title "Auto PR from main" --body "This PR was created automatically after merging into main"
gh pr create --base main --head test/backport-pilots --title "Auto PR from main" --body "This PR was created automatically after merging into main."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d847a29

Please sign in to comment.