Skip to content

Commit

Permalink
Update pr-on-branch-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-gimeno-molina authored Apr 30, 2024
1 parent 4a890b3 commit 356f8e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr-on-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches-ignore:
- main
- dev
pull_request:
types: [opened]

jobs:
create-pull-request:
Expand Down Expand Up @@ -40,6 +42,15 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}

copy-labels:
runs-on: ubuntu-latest
name: Copy labels from linked issues
steps:
- name: copy-labels
uses: michalvankodev/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}




0 comments on commit 356f8e0

Please sign in to comment.