Skip to content

Commit

Permalink
Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Heo authored Apr 3, 2024
1 parent daa7053 commit d60e6e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@

name: Labeler
on: [pull_request_target]

push:
branches: [master]
# IMPORTANT: Avoids endless loop
paths-ignore:
- "README.md"
jobs:
label:

Expand All @@ -18,5 +22,9 @@ jobs:

steps:
- uses: actions/labeler@v4
name: Update README.md file
with:
dst-file-path: "README.md"
start-value: "<!-- replacer_start -->"
end-value: "<!-- replacer_end -->"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d60e6e3

Please sign in to comment.