Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/manage-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
#destination: 'gitpractice'
committer_username: prithvikumar.detne@gmail.com
committer_email: prithvikumar.detne@gmail.com
commit_message: "Committing only for Topic repos"
commit_message: "Validating Auto Merge"
bot_branch_name: true
32 changes: 32 additions & 0 deletions .github/workflows/single-repo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Global workflow to rule workflow

on:
push:
branches: [ master ]
paths:
- '.github/workflows/**'
- 'single-repo.yaml'
#- 'CONTRIBUTING.md'
workflow_dispatch:
inputs:
repo_name:
description: |
Repo Name
required: true

jobs:

replicate_single:
name: Replicating Single Repo
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Replicating file
uses: derberg/manage-files-in-multiple-repositories@v2
with:
github_token: ${{ secrets.MANAGE_FILES_TOKEN }}
patterns_to_include: single-repo.yaml
committer_username: prithvikumar.detne@gmail.com
committer_email: prithvikumar.detne@gmail.com
commit_message: "Validating Auto Merge "
1 change: 0 additions & 1 deletion .github/workflows/text.yaml

This file was deleted.