Skip to content

Answer:1 test

Answer:1 test #2

Workflow file for this run

name: Add Labels
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: add labels
uses: actions-ecosystem/action-add-labels@v1
if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) && startsWith(github.event.pull_request.title, 'Answer') }}
with:
labels: supporter