Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #129 from trueberryless-org/update-template-files

[ci] sync template files

authored by

trueberryless and committed by
GitHub
c11d4b3f 2cf47438

+39 -5
+8 -1
.github/workflows/deployment.yaml
··· 42 42 contents: write 43 43 pull-requests: write 44 44 steps: 45 + - name: Generate GitHub App token 46 + id: generate_token 47 + uses: tibdex/github-app-token@v2.1.0 48 + with: 49 + app_id: ${{ secrets.BOT_APP_ID }} 50 + private_key: ${{ secrets.BOT_PRIVATE_KEY }} 51 + 45 52 - name: Checkout Repo 46 53 uses: actions/checkout@v4 47 54 ··· 64 71 commit: "[ci] release" 65 72 title: "[ci] release" 66 73 env: 67 - GITHUB_TOKEN: ${{ secrets.PUBLIC_GITHUB_TOKEN }} 74 + GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} 68 75 NPM_TOKEN: ${{ secrets.NPM_TOKEN }} 69 76 70 77 image-tag:
+7 -1
.github/workflows/generate-readme-tree.yaml
··· 8 8 commit-tree-changes: 9 9 runs-on: ubuntu-latest 10 10 steps: 11 + - name: Generate GitHub App token 12 + id: generate_token 13 + uses: tibdex/github-app-token@v2.1.0 14 + with: 15 + app_id: ${{ secrets.BOT_APP_ID }} 16 + private_key: ${{ secrets.BOT_PRIVATE_KEY }} 11 17 - uses: actions/checkout@v3 12 18 - name: Write tree outputs to README.md 13 19 uses: trueberryless-org/readme-tree-writer-all@v1 ··· 16 22 - name: Create Pull Request 17 23 uses: peter-evans/create-pull-request@v7 18 24 with: 19 - token: ${{ secrets.PUBLIC_GITHUB_TOKEN }} 25 + token: ${{ steps.generate_token.outputs.token }} 20 26 commit-message: "[ci] update tree" 21 27 committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 22 28 author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
+8 -1
.github/workflows/labeler.yaml
··· 9 9 pull-requests: write 10 10 runs-on: ubuntu-latest 11 11 steps: 12 + - name: Generate GitHub App token 13 + id: generate_token 14 + uses: tibdex/github-app-token@v2.1.0 15 + with: 16 + app_id: ${{ secrets.BOT_APP_ID }} 17 + private_key: ${{ secrets.BOT_PRIVATE_KEY }} 18 + 12 19 - uses: actions/checkout@v4 13 20 - name: Ensure labels exist 14 21 env: 15 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 22 + GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} 16 23 run: | 17 24 gh label delete "bug" --yes || true 18 25 gh label delete "documentation" --yes || true
+8 -1
.github/workflows/release.yaml
··· 13 13 pull-requests: write 14 14 runs-on: ubuntu-latest 15 15 steps: 16 + - name: Generate GitHub App token 17 + id: generate_token 18 + uses: tibdex/github-app-token@v2.1.0 19 + with: 20 + app_id: ${{ secrets.BOT_APP_ID }} 21 + private_key: ${{ secrets.BOT_PRIVATE_KEY }} 22 + 16 23 - name: Checkout Repo 17 24 uses: actions/checkout@v4 18 25 with: ··· 37 44 commit: "[ci] release" 38 45 title: "[ci] release" 39 46 env: 40 - GITHUB_TOKEN: ${{ secrets.PUBLIC_GITHUB_TOKEN }} 47 + GITHUB_TOKEN: ${{ steps.generate_token.outputs.token}}
+8 -1
.github/workflows/welcome-bot.yaml
··· 13 13 name: Welcome First-Time Contributors 14 14 runs-on: ubuntu-latest 15 15 steps: 16 + - name: Generate GitHub App token 17 + id: generate_token 18 + uses: tibdex/github-app-token@v2.1.0 19 + with: 20 + app_id: ${{ secrets.BOT_APP_ID }} 21 + private_key: ${{ secrets.BOT_PRIVATE_KEY }} 22 + 16 23 - uses: actions/checkout@v4 17 24 - name: Convert Repository Name to Title Case 18 25 id: convert_repo_name ··· 22 29 echo "title_case_repo_name=$TITLE_CASE_REPO_NAME" >> $GITHUB_ENV 23 30 - uses: zephyrproject-rtos/action-first-interaction@7e6446f8439d8b4399169880c36a3a12b5747699 24 31 with: 25 - repo-token: ${{ secrets.GITHUB_TOKEN }} 32 + repo-token: ${{ steps.generate_token.outputs.token }} 26 33 pr-opened-message: | 27 34 Hello! Thank you for opening your **first PR** to ${{ env.title_case_repo_name }}! ✨ 28 35
starlight/public/images/artificial_intelligence/count_vectorizer_pandas_output.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/bar.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/box.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/heatmap.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/hist.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/histplot.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/pairplot.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/plot.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/relplot.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/scatter.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/scatter_2.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/diagrams/violinplot.png

This is a binary file and will not be displayed.

starlight/public/images/artificial_intelligence/series-and-dataframe.png

This is a binary file and will not be displayed.

starlight/public/images/economy_and_law/portfolioanalyse.png

This is a binary file and will not be displayed.

starlight/public/images/economy_and_law/product_lifecycle.png

This is a binary file and will not be displayed.

starlight/public/images/project_management/earned_value_analysis_key_figures.png

This is a binary file and will not be displayed.

starlight/public/images/project_management/project_budget_controlling.png

This is a binary file and will not be displayed.

starlight/public/images/project_management/project_controlling_necessity-2.png

This is a binary file and will not be displayed.

starlight/public/images/project_management/project_controlling_necessity.png

This is a binary file and will not be displayed.

starlight/public/images/project_management/project_controlling_process.png

This is a binary file and will not be displayed.

starlight/public/images/project_management/project_time_controlling.png

This is a binary file and will not be displayed.

starlight/public/images/system_integration_and_infrastructure/SAN-Aufbau.png

This is a binary file and will not be displayed.

starlight/public/images/system_integration_and_infrastructure/Typ-1-Virtualisierung.png

This is a binary file and will not be displayed.

starlight/public/images/system_integration_and_infrastructure/Typ-2-Virtualisierung.png

This is a binary file and will not be displayed.

starlight/public/images/system_integration_and_infrastructure/backup-full.png

This is a binary file and will not be displayed.