Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Add sync_issues GitHub Action for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJeffson committed Oct 8, 2024
1 parent 3421d09 commit 6009641
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sync_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Automate Issue Management

on:
issues:
types:
- opened
- edited
- assigned
- unassigned
- labeled
- unlabeled
- reopened

jobs:
add_issue_to_project:
runs-on: ubuntu-latest
steps:
- name: Add issue to GitHub Project
uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/Seeed-Studio/projects/17
github-token: ${{ secrets.ISSUE_ASSEMBLE }}
labeled: bug
label-operator: NOT

0 comments on commit 6009641

Please sign in to comment.