Skip to content

Commit

Permalink
feat(GitHub): add support for new GitHub project (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus authored Dec 20, 2022
1 parent 857cb5d commit 3129a1a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 36 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add to Project

on:
issues:
types: [ opened ]
pull_request_target:
types: [ opened ]

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/eclipse-edc/projects/3
github-token: ${{ secrets.ORGANIZATION_PROJECT }}
17 changes: 0 additions & 17 deletions .github/workflows/assign-issue-to-project.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/assign-pr-to-project.yaml

This file was deleted.

0 comments on commit 3129a1a

Please sign in to comment.