Skip to content

Commit

Permalink
🔄 synced local '.github/workflows' with remote '.dispatcher'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Sep 15, 2024
1 parent 47637f1 commit f103372
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 82 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/auto-merge.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/create-labels.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/quickpick-dispatcher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Quickpick Dispatcher

on:
pull_request:
types:
- closed
branches:
- 'main'
workflow_dispatch:

jobs:
if_merged:
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Invoke workflow in another repo with inputs
uses: benc-uk/[email protected]
with:
workflow: combine_releases.yml
repo: Bearsampp/Bearsampp
# Required when using the `repo` option. Either a PAT or a token generated from the GitHub app or CLI
token: "${{ secrets.GH_PAT }}"

0 comments on commit f103372

Please sign in to comment.