oh-my-posh/.github/workflows/contributors.yml
2023-11-04 12:00:55 +01:00

12 lines
218 B
YAML

name: Contributors
on:
pull_request_target:
types:
- closed
jobs:
contributors:
uses: jandedobbeleer/workflows/.github/workflows/contributors.yml@main
secrets:
token: ${{ secrets.GH_PAT }}