Skip to content

Commit

Permalink
Merge pull request #1353 from coreydaley/2023-08-08-cleanup
Browse files Browse the repository at this point in the history
Add issues workflow and clean up repository
  • Loading branch information
openshift-merge-robot authored Aug 9, 2023
2 parents 1156efa + bfb5940 commit d313df6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 209 deletions.
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

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.

0 comments on commit d313df6

Please sign in to comment.