Skip to content

Commit

Permalink
feat(GitHub): add support for new GitHub project
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus committed Dec 16, 2022
1 parent 857cb5d commit 2c942b2
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/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/eclipse-edc/projects/3
github-token: ${{ secrets.GITHUB_TOKEN }}
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 2c942b2

Please sign in to comment.