Skip to content
Merged
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
15 changes: 15 additions & 0 deletions .github/workflows/prepare-community-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Calls the centralized workflow from rundeck/rundeck.
# To add this to another repo, copy this file — no changes needed.
Comment on lines +1 to +2
name: Prepare community PR

on:
pull_request_target:
types: [labeled]

jobs:
prepare:
if: github.event.label.name == 'prepare-community-pr'
uses: rundeck/rundeck/.github/workflows/prepare-community-pr.yml@main
Comment thread
Jesus-Osuna-M marked this conversation as resolved.
permissions:
contents: write
pull-requests: write
Loading