兼容微信 video show-background-playback-button 属性默认值错误问题 #61
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: PR Labeler | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
jobs: | |
change-labeling: | |
name: Labeling for changes | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/pr-labeler.yml | |
enable-versioned-regex: 0 | |
include-title: 1 | |
sync-labels: 1 |