Add theme change functionality. (テーマ変更機能を追加します。) #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: close release candidate | |
on: | |
issues: | |
types: | |
- closed | |
jobs: | |
close_release_candidate: | |
if: contains(github.event.issue.labels.*.name, 'release candidate') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: delete branch | |
run: git push origin :release-candidate |