oh-my-posh/.github/workflows/contributors.yml

12 lines
218 B
YAML
Raw Normal View History

2022-11-27 03:46:01 -08:00
name: Contributors
on:
pull_request_target:
types:
- closed
jobs:
2023-11-04 03:52:10 -07:00
contributors:
uses: jandedobbeleer/workflows/.github/workflows/contributors.yml@main
secrets:
token: ${{ secrets.GH_PAT }}