Skip to content

Bump selectolax from 0.3.16 to 0.3.17 #417

Bump selectolax from 0.3.16 to 0.3.17

Bump selectolax from 0.3.16 to 0.3.17 #417

Workflow file for this run

name: Add labels & assignees to PR's
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
if: |
startsWith(github.head_ref, 'feat/') ||
startsWith(github.head_ref, 'feature/') ||
startsWith(github.head_ref, 'fix/') ||
startsWith(github.head_ref, 'chore/') ||
startsWith(github.head_ref, 'dependency/') ||
startsWith(github.head_ref, 'workflow/') ||
startsWith(github.head_ref, 'test/')
runs-on: ubuntu-latest
steps:
- name: Auto label
uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/configs/auto_label.yml
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
- name: Auto assign
uses: kentaro-m/[email protected]
with:
configuration-path: .github/configs/auto_assign.yml