Skip to content

Commit

Permalink
feat: add workflow to add items to the Dedalo project DS-831
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Mar 19, 2024
1 parent 0751ae1 commit af13930
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add_issues_prs_to_dedalo_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add issues and PRs to the Dedalo project

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/eduNEXT/projects/1
github-token: ${{ secrets.DEDALO_PAT }}

0 comments on commit af13930

Please sign in to comment.