Skip to content

fixup! Update GitHub actions to the latest versions #121

fixup! Update GitHub actions to the latest versions

fixup! Update GitHub actions to the latest versions #121

name: Pull Request Meta
on:
pull_request:
types: [opened]
push:
jobs:
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
with:
configuration-path: '.github/auto_assign.yml'
- name: Add labels
uses: TimonVS/pr-labeler-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}