Skip to content

Commit

Permalink
remove pr package
Browse files Browse the repository at this point in the history
  • Loading branch information
ahms5 committed Apr 10, 2024
1 parent 61d2956 commit 99b4d17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create_issue_if_coockiecutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ jobs:
if: github.event.label.name == 'cookiecutter'
runs-on: ubuntu-latest
steps:
- uses: 8BitJonny/gh-get-current-pr@3.0.0
id: PR
- uses: actions/checkout@v4
with:
repository: 'pyfar/cookiecutter-pypackage'
ref: 'auto_issue'
- uses: dacbd/create-issue-action@v2
with:
title: ${{ steps.PR.outputs.pr_title }}
title: ${{ github.event.pull_request.title }}
token: ${{ secrets.cookiecutter_PAT }}
owner: pyfar
repo: cookiecutter-pypackage
body: |
apply changes from ${{ steps.PR.outputs.pr_url }}
apply changes from ${{ github.base_ref }}

0 comments on commit 99b4d17

Please sign in to comment.