-
Notifications
You must be signed in to change notification settings - Fork 18
30 lines (30 loc) · 1.13 KB
/
add_community_pr.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Add Community PRs to Project
on:
schedule:
# cron schedule expression to run at 5 minutes past every hour
- cron: "5 * * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Handle vocabulary Repo
uses: subhamX/github-project-bot@v1.0.0
with:
ACCESS_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
COLUMN_NAME: "In Progress"
PROJECT_URL: https://github.com/orgs/creativecommons/projects/13
REPO_URL: https://github.com/creativecommons/vocabulary
- name: Handle vue-vocabulary Repo
uses: subhamX/github-project-bot@v1.0.0
with:
ACCESS_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
COLUMN_NAME: "In Progress"
PROJECT_URL: https://github.com/orgs/creativecommons/projects/13
REPO_URL: https://github.com/creativecommons/vue-vocabulary
- name: Handle fonts Repo
uses: subhamX/github-project-bot@v1.0.0
with:
ACCESS_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
COLUMN_NAME: "In Progress"
PROJECT_URL: https://github.com/orgs/creativecommons/projects/13
REPO_URL: https://github.com/creativecommons/fonts