feat: Add rebrand CI/CD workflows to main branch
- Add 72 rebrand workflow files (polkadot→pezkuwi, substrate→bizinikiwi, cumulus→pezcumulus) - Add GitHub actions, issue templates, and configs - Removed unnecessary workflows (fork-sync, gitspiegel, upstream-tracker, sync-templates, backport) - Renamed zombienet test files to match new naming convention
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# DISABLED: This workflow was for Kurdistan-Tech's wishlist leaderboard feature.
|
||||
# Pezkuwi SDK will implement its own community engagement features.
|
||||
|
||||
name: Update wishlist leaderboard (DISABLED)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
note:
|
||||
description: 'This workflow is disabled - Pezkuwi will implement own solution'
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
disabled:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Notice
|
||||
run: echo "Wishlist leaderboard is disabled - Pezkuwi SDK uses different community engagement"
|
||||
Reference in New Issue
Block a user