Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Action: if PR with tag 'cookiecutter' is merged, it will create an issue in cookiecutter-pypackage #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ahms5
Copy link
Member

@ahms5 ahms5 commented Apr 26, 2024

Which issue(s) are closed by this pull request?

Closes #18 and #25

will not fail if pyfar/pyfar#607 is merged

@ahms5 ahms5 self-assigned this Apr 26, 2024
Copy link

@pingelit pingelit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for implementing this.
Just got some minor remarks.

types: [ labeled ]
name: Create issue if pr gets a cookiecutter label
jobs:
stuff:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you give the job a reasonable name? Like, create_issue?

contents: read
issues: write
name: create issue
environment: test

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this environment? Or is that referencing the circleCI environment?

@ahms5 ahms5 requested a review from pingelit May 3, 2024 13:39
@ahms5
Copy link
Member Author

ahms5 commented May 3, 2024

thank you for reviewing @pingelit. Your comments are about the content which are already reviewed in pyfar/pyfar#586. If you want to improve it we need to make an PR in pyfar first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Github Action: if PR with tag 'cookiecutter' is merged, it will create an issue in cookiecutter-pypackage
2 participants