sync_issues.yml 522 B

123456789101112131415161718192021222324
  1. name: Automate Issue Management
  2. on:
  3. issues:
  4. types:
  5. - opened
  6. - edited
  7. - assigned
  8. - unassigned
  9. - labeled
  10. - unlabeled
  11. - reopened
  12. jobs:
  13. add_issue_to_project:
  14. runs-on: ubuntu-latest
  15. steps:
  16. - name: Add issue to GitHub Project
  17. uses: actions/add-to-project@v1.0.2
  18. with:
  19. project-url: https://github.com/orgs/Seeed-Studio/projects/17
  20. github-token: ${{ secrets.ISSUE_ASSEMBLE }}
  21. labeled: bug
  22. label-operator: NOT