Skip to content

upd(obs-backgroundremoval): 1.1.7 -> 1.1.8 #2682

upd(obs-backgroundremoval): 1.1.7 -> 1.1.8

upd(obs-backgroundremoval): 1.1.7 -> 1.1.8 #2682

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, reopened]
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"