This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
chore(deps): bump the pip group across 1 directory with 3 updates #7
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: Link issue to InNoHassle project | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
- transferred | |
pull_request: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
if: github.repository_owner == 'one-zero-eight' # Do not run in forks | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/one-zero-eight/projects/4 | |
github-token: ${{ secrets.ACTIONS_PAT_PROJECTS }} |