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 Jul 23, 2024
1 parent ebe45f0 commit 60d852e
Show file tree
Hide file tree
Showing 3 changed files with 24 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.

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

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

jobs:
if_merged:
if: 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/workflow-dispatch@v1
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 60d852e

Please sign in to comment.