Skip to content

fix(text): And improve the advisor text on the recruitment screen #21

fix(text): And improve the advisor text on the recruitment screen

fix(text): And improve the advisor text on the recruitment screen #21

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened]
jobs:
labeler:
name: Assign Labels to PR
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "File Based Labeler"
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: false
- name: "Content Based Labeler"
uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
config_path: .github/srvaroa_labeler.yml
fail_on_error: true