Skip to content

Commit

Permalink
add more context
Browse files Browse the repository at this point in the history
  • Loading branch information
ahms5 committed Apr 10, 2024
1 parent f16f662 commit 8a88d1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create_issue_if_coockiecutter.yml
Expand Up @@ -15,13 +15,18 @@ jobs:
environment: test
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: Apply changes in coockiecutter
title: ${{ steps.PR.outputs.pr_title }}
token: ${{ secrets.cookiecutter_PAT }}
owner: pyfar
repo: cookiecutter-pypackage
body: |
apply changes from ${{ steps.PR.outputs.pr_url }}`
- run: echo "PR ${prNumber} ${prTitle} at ${prUrl} is ${prJSON}"

0 comments on commit 8a88d1d

Please sign in to comment.