Skip to content

Commit 33b3634

Browse files
authored
ci: use github application instead of pat in workflows AP-1309 (#77)
1 parent 6e2b263 commit 33b3634

File tree

4 files changed

+20
-35
lines changed

4 files changed

+20
-35
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# The following team is maintainer of this repo
2+
* @eduNEXT/dedalo

.github/workflows/add_issues_prs_to_dedalo_project.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Add issues and PRs to the Apollo project
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request:
7+
types: [opened]
8+
9+
jobs:
10+
add-to-project:
11+
name: Add to Apollo project
12+
uses: openedx/.github/.github/workflows/add-issue-to-a-project.yml@master
13+
secrets:
14+
GITHUB_APP_ID: ${{ vars.APOLLO_APP_ID }}
15+
GITHUB_APP_PRIVATE_KEY: ${{ secrets.APOLLO_APP_SECRET }}
16+
with:
17+
ORGANIZATION: eduNEXT
18+
PROJECT_NUMBER: 1

.github/workflows/pr_issue_assignment.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)