Skip to content

Commit

Permalink
added read and write permissiion
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmoon committed Feb 9, 2024
1 parent 51dcb2e commit 1eeac5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
name: Size Labeler/Checker

on:
pull_request:
pull_request_target:
types:
- opened
- synchronize

jobs:
label-changes:
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write
steps:
- name: Run actions/checkout@v4
uses: actions/checkout@v4
Expand Down

0 comments on commit 1eeac5f

Please sign in to comment.