Skip to content

refactor: update transaction type handling #4109

refactor: update transaction type handling

refactor: update transaction type handling #4109

Workflow file for this run

name: Labels
on:
pull_request:
types: [ready_for_review, synchronize, opened]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"