Skip to content

Commit

Permalink
Add test or infra issues to QA-DevOps project
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <[email protected]>
  • Loading branch information
innobead committed Aug 2, 2022
1 parent c0dd5f5 commit b7dcd5b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-projects.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues to QA & DevOps project

on:
pull_request:
types:
- labeled

jobs:
add-to-qa-devops-project:
name: Add issue to QA & DevOps project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/longhorn/projects/4
github-token: ${{ secrets.GITHUB_TOKEN }}
labeled: kind/test, area/test-infra
label-operator: OR
File renamed without changes.

0 comments on commit b7dcd5b

Please sign in to comment.