Add badges for documentation to make it easy to find crates io documentation #29
Workflow file for this run
This file contains hidden or 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
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| name: Ticket opened | |
| jobs: | |
| assign: | |
| name: Add ticket to inbox | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Add ticket to inbox | |
| uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/open-rmf/projects/10 | |
| github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |