Skip to content

Commit

Permalink
chore: added permissions and modified action commit in issue-regressi…
Browse files Browse the repository at this point in the history
…on-labeler.yml
  • Loading branch information
ashishdhingra committed Sep 23, 2024
1 parent 959d4ea commit 0e229ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue-regression-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: issue-regression-label
on:
issues:
types: [opened, edited]
permissions: read-all
jobs:
add-regression-label:
runs-on: ubuntu-latest
Expand All @@ -11,7 +12,7 @@ jobs:
steps:
- name: Fetch template body
id: check_regression
uses: actions/github-script@v7
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TEMPLATE_BODY: ${{ github.event.issue.body }}
Expand Down

0 comments on commit 0e229ae

Please sign in to comment.