Skip to content
Merged
5 changes: 2 additions & 3 deletions .github/workflows/add-label.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: PR Metadata
on:
pull_request_target:
pull_request:
Comment thread
Copilot marked this conversation as resolved.
Outdated
types: [ opened, synchronize, reopened ]
Comment thread
Copilot marked this conversation as resolved.
Outdated
Comment thread
fivetran-sahilkhirwal marked this conversation as resolved.
Comment thread
fivetran-sahilkhirwal marked this conversation as resolved.

permissions:
pull-requests: read
issues: write
pull-requests: write
Comment thread
fivetran-sahilkhirwal marked this conversation as resolved.
Comment thread
fivetran-sahilkhirwal marked this conversation as resolved.
Comment thread
fivetran-sahilkhirwal marked this conversation as resolved.

jobs:
label:
Expand Down
Loading