Skip to content

Commit

Permalink
Github: Update cross repo issue (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
marki1an authored Oct 13, 2023
1 parent f50b8a3 commit a1fc8ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cross-repo-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
app_id: ${{ secrets.XREPO_APP_ID }}
private_key: ${{ secrets.XREPO_PEM }}
- name: create issue in other repo
if: "!contains(github.event.pull_request.labels.*.name, 'do not port') && github.event.pull_request.merged"
if: |
!contains(github.event.pull_request.labels.*.name, 'do not port') &&
!contains(github.event.pull_request.labels.*.name, 'tests') &&
github.event.pull_request.merged
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
Expand Down

0 comments on commit a1fc8ac

Please sign in to comment.