Skip to content

Commit

Permalink
chore(ci): open issue at lib repo (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam authored Jul 30, 2024
1 parent bfb5c51 commit af6e048
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/issue-open.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Open Issue Workflow

on:
issues:
types: [opened, labeled]

jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Open new ISSUE on rokam/midea-local repository
if: contains(github.event.label.name , 'midea-local library')
uses: GuillaumeFalourd/open-issue-action@v1
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
repo-owner: rokam
repo-name: midea-local
issue-title: ${{ github.event.issue.title }}
issue-body: ${{ github.event.issue.body }}

[${{github.event.issue.url}}]

0 comments on commit af6e048

Please sign in to comment.