This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
feat: Integrate Studio Help with a desktop file #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Management | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- name: Auto-assign issue | |
uses: pozil/auto-assign-issue@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
assignees: tulilirockz | |
numOfAssignee: 1 | |
- name: Add to Project Tracking | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/atomic-studio-org/projects/3 | |
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }} |