jwks 결과 파일로 저장 #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Label Merge Conflict | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
auto-label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label Conflicting Pull Requests | |
uses: eps1lon/[email protected] | |
with: | |
dirtyLabel: "PR: needs rebase" | |
removeOnDirtyLabel: "PR: ready to ship" | |
repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request." | |
commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly." |