Skip to content

Commit

Permalink
Merge pull request #134 from lhein/drop-roadmap-automation
Browse files Browse the repository at this point in the history
remove the automated roadmap generating
  • Loading branch information
lhein authored Jan 17, 2025
2 parents db2f40c + cafcd06 commit 9d649cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 147 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ jobs:
repository: 'KaotoIO/kaoto'
path: 'tmp/kaoto'
fetch-depth: '0'
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install Python dependencies
run: pip3 install PyGithub
- name: Generate Releases and Milestones
run: python3 getGithubData.py $username $password
env:
username: ${{ secrets.API_USER }}
password: ${{ secrets.API_PASSWORD }}
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,6 @@ jobs:
repository: 'KaotoIO/kaoto'
path: 'tmp/kaoto'
fetch-depth: '0'
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install Python dependencies
run: pip3 install PyGithub
- name: Generate Releases and Milestones
run: python3 getGithubData.py $username $password
env:
username: ${{ secrets.API_USER }}
password: ${{ secrets.API_PASSWORD }}
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down
123 changes: 0 additions & 123 deletions getGithubData.py

This file was deleted.

0 comments on commit 9d649cc

Please sign in to comment.