Skip to content

Commit c8ca283

Browse files
committed
πŸ”„ synced local '.github/workflows' with remote '.dispatcher'
1 parent b6b287c commit c8ca283

File tree

3 files changed

+24
-82
lines changed

3 files changed

+24
-82
lines changed

β€Ž.github/workflows/auto-merge.ymlβ€Ž

Lines changed: 0 additions & 56 deletions
This file was deleted.

β€Ž.github/workflows/create-labels.ymlβ€Ž

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Quickpick Dispatcher
2+
3+
on:
4+
pull_request:
5+
types:
6+
- closed
7+
branches:
8+
- 'main'
9+
10+
jobs:
11+
if_merged:
12+
if: github.event.pull_request.merged == true
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
18+
- name: Invoke workflow in another repo with inputs
19+
uses: benc-uk/[email protected]
20+
with:
21+
workflow: combine_releases.yml
22+
repo: Bearsampp/Bearsampp
23+
# Required when using the `repo` option. Either a PAT or a token generated from the GitHub app or CLI
24+
token: "${{ secrets.GH_PAT }}"

0 commit comments

Comments
Β (0)