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

Add issues workflow and clean up repository #1353

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions .github/pull_request_template.md

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add issue or pull request to Project

on:
issues:
types:
- opened
pull_request_target:
types:
- opened
- reopened
Comment on lines +4 to +10
Copy link
Member

Choose a reason for hiding this comment

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

We (Enrique and myself) were wondering on this detail today. Do we need reopened for issues as well ? And do we really want pull requests in the projects ?

fyi @qu1queee

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I like being able to look at the pull requests in the project, you can filter by is:pr or is:issue, since all pull requests might not have an issue associated with them. I think it helps ensure that pull requests don't get accidentally ignored or missed.

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks, in that case this was the right decision!


jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/shipwright-io/projects/6
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
64 changes: 0 additions & 64 deletions 2021-roadmap.md

This file was deleted.

61 changes: 0 additions & 61 deletions CONTRIBUTING.md

This file was deleted.

10 changes: 0 additions & 10 deletions SECURITY.md

This file was deleted.

22 changes: 0 additions & 22 deletions code-of-conduct.md

This file was deleted.