Skip to content

Commit

Permalink
fix: Label PR Warning (#3241)
Browse files Browse the repository at this point in the history
Signed-off-by: aimuz <mr.imuz@gmail.com>
Co-authored-by: Kalaiselvim <117940852+Kalaiselvi84@users.noreply.github.com>
  • Loading branch information
aimuz and Kalaiselvi84 authored Jul 6, 2023
1 parent 4a40206 commit a641b32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Label PR
uses: actions/github-script@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const keywords = {
"breaking": "kind/breaking",
Expand Down

0 comments on commit a641b32

Please sign in to comment.