Allow placing block at-rules anywhere for better flexibility #17
Workflow file for this run
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: Pull request meta | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
process_pr_meta: | |
name: Process PR meta | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Assign to author | |
uses: kentaro-m/[email protected] # Specify also the minor version because v2 does not exist | |
- name: Add labels | |
uses: TimonVS/pr-labeler-action@v5 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' |