Skip to content

Commit

Permalink
ci: remove team is pull request reviewer input
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Sep 25, 2024
1 parent ac4a3f8 commit 8781c6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/add_issues_prs_to_dedalo_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ jobs:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Get Token
id: get_workflow_token
uses: peter-murray/workflow-application-token-action@v3
with:
application_id: ${{ vars.APOLLO_APP_ID }}
application_private_key: ${{ secrets.APOLLO_APP_SECRET }}
- name: Add to Dedalo Project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/eduNEXT/projects/1
github-token: ${{ secrets.DEDALO_PAT }}
github-token: ${{ steps.get_workflow_token.outputs.token }}
1 change: 0 additions & 1 deletion .github/workflows/pr_issue_assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
with:
repo-token: ${{ steps.get_workflow_token.outputs.token }}
teams: dedalo
teamIsPullRequestReviewer: true

0 comments on commit 8781c6f

Please sign in to comment.