Skip to content

feat: add main action for labeling #4

feat: add main action for labeling

feat: add main action for labeling #4

Workflow file for this run

name: E2E
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
e2e-default:
runs-on: ubuntu-20.04
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Test Run
id: test-run
uses: ./
- name: Assert placeholder
uses: nick-fields/assert-action@v2
with:
actual: ${{ steps.test-run.outputs.added_labels }}
expected: "type/feat"