chore: Post release announcements to Discourse #17
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 Assign to Project | |
on: | |
issues: | |
types: [opened, labeled] | |
pull_request_target: | |
types: [opened, labeled] | |
jobs: | |
assign_one_project: | |
runs-on: ubuntu-latest | |
name: Assign to One Project | |
steps: | |
- uses: actions/[email protected] | |
with: | |
# You can target a repository in a different organization | |
# to the issue | |
project-url: https://github.com/orgs/alephdata/projects/10 | |
github-token: ${{ secrets.ALEPH_GITHUB_TOKEN }} |