build: re-add auto-add for PRs with a different target (#37)

This commit is contained in:
Syed Muhammad Dawoud Sheraz Ali 2025-01-17 11:28:18 +05:00 committed by GitHub
parent 46ed8a91cd
commit 8fa95c708f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,12 @@
name: Auto Add Issues to Project name: Auto Add Issues and Pull Requests to Project
on: on:
issues: issues:
types: types:
- opened - opened
pull_request_target:
types:
- opened
jobs: jobs:
# https://github.com/actions/add-to-project # https://github.com/actions/add-to-project