Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Jul 22, 2024
1 parent aa99124 commit c7d18d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Close Pull Request
name: Close or Merge corresponding PR on the data repo

env:
TARGET_REPO: nsarlin-zama/test-target-repo
TARGET_ORGA: nsarlin-zama
TARGET_REPO: ${TARGET_ORGA}/test-target-repo
TARGET_REPO_API_URL: ${{ github.api_url }}/repos/${TARGET_REPO}

# only trigger on pull request closed events
Expand Down

0 comments on commit c7d18d4

Please sign in to comment.