mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
12 lines
218 B
YAML
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 }}
|