Skip to content

Commit 6281ced

Browse files
committed
fixups revert
1 parent 38ebbae commit 6281ced

30 files changed

+612
-1795
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Auto Add Issues to Tracking boards
3+
on: # yamllint disable-line rule:truthy
4+
issues:
5+
types:
6+
- opened
7+
jobs:
8+
add-to-project:
9+
name: Add issue to projects
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Generate github-app token
13+
id: app-token
14+
uses: getsentry/action-github-app-token@v3
15+
with:
16+
app_id: ${{ secrets.DEVOPS_APP_ID }}
17+
private_key: ${{ secrets.DEVOPS_APP_PRIVATE_KEY }}
18+
- uses: actions/[email protected]
19+
with:
20+
project-url: https://github.com/orgs/opendatahub-io/projects/40
21+
github-token: ${{ steps.app-token.outputs.token }}
22+
- uses: actions/[email protected]
23+
with:
24+
project-url: https://github.com/orgs/opendatahub-io/projects/45
25+
github-token: ${{ steps.app-token.outputs.token }}

.github/workflows/notebook-digest-updater.yaml

-254
This file was deleted.

0 commit comments

Comments
 (0)