Skip to content

Commit

Permalink
build: re-add auto-add for PRs with a different target (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz authored Jan 17, 2025
1 parent c7a7eb9 commit 7167122
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Auto Add Issues to Project
name: Auto Add Issues and Pull Requests to Project

on:
issues:
types:
- opened
pull_request_target:
types:
- opened

jobs:
# https://github.com/actions/add-to-project
Expand Down

0 comments on commit 7167122

Please sign in to comment.