Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use github application instead of pat in workflows AP-1309 #58

Merged
merged 4 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# The following team is maintainer of this repo
* @eduNEXT/dedalo @MoisesGSalas
17 changes: 0 additions & 17 deletions .github/workflows/add_issues_prs_to_dedalo_project.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/add_to_apollo_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues and PRs to the Apollo project

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

jobs:
add-to-project:
name: Add to Apollo project
uses: openedx/.github/.github/workflows/add-issue-to-a-project.yml@master
secrets:
GITHUB_APP_ID: ${{ vars.APOLLO_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.APOLLO_APP_SECRET }}
with:
ORGANIZATION: eduNEXT
PROJECT_NUMBER: 1
18 changes: 0 additions & 18 deletions .github/workflows/pr_issue_assignment.yml

This file was deleted.

Loading