Skip to content

Commit

Permalink
Add pull requests to automation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-tuva committed Nov 26, 2024
1 parent 3de9139 commit cca8aa8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/add_issues_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: add_issues_to_project

on:
issues:
types:
- opened
- reopened
types: [opened, reopened]
pull_request:
types: [opened, reopened]
branches: [main]

jobs:
add-to-project:
Expand Down

0 comments on commit cca8aa8

Please sign in to comment.