Skip to content

feat: Add GitHub Actions Job Summary support for contributor reports #335

feat: Add GitHub Actions Job Summary support for contributor reports

feat: Add GitHub Actions Job Summary support for contributor reports #335

Workflow file for this run

---
name: Auto Labeler
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
main:
permissions:
contents: read
pull-requests: write
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@ebb4e218b75c6043139fd69a4c9bb5a465fb696b
with:
config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}