To review and process the reviews and comments related to Monlam OCR features in translate application to improve Monlam OCR #46
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: Auto Add Issue to Project | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
add-to-project: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add issue to project | |
uses: actions/add-to-project@v1 | |
with: | |
project: https://github.com/orgs/MonlamAI/projects/97/views/1 | |
github-token: ${{ secrets.GITHUB_TOKEN }} |