Split RUIProvider
into two
#242
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 | |
env: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |