Skip to content

Commit

Permalink
chore: add github label and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Sep 6, 2023
1 parent eea1e42 commit 9707688
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
🗿 instill-base:
- "**"
14 changes: 0 additions & 14 deletions .github/workflows/add-issue-to-prj.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/add-label-to-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Add Label to PR

on:
pull_request_target:
types:
- opened
- synchronize

jobs:
triage:
uses: instill-ai/.github/.github/workflows/add-label-to-pr.yml@main
secrets:
botGitHubToken: ${{ secrets.botGitHubToken }}
4 changes: 2 additions & 2 deletions .github/workflows/add-pr-to-prj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
track_pr:
uses: instill-ai/meta/.github/workflows/add-pr-to-prj.yml@main
uses: instill-ai/.github/.github/workflows/add-to-prj.yml@main
with:
project_number: 12 # Instill Base project
project_number: 5
secrets:
botGitHubToken: ${{ secrets.botGitHubToken }}

0 comments on commit 9707688

Please sign in to comment.