Skip to content

jetzlstorfer/actions-workflow-demo2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions Workflow Demo

This repository contains some demos around GitHub Actions, and references to other repos where I'm running Codespaces and/or Co-Pilot that can also be used as great demo resources. Each section below holds more information on the concrete demo.

Dependabot demo

How to activate

settings -> security and analysis -> enable version updates

How to add dependabot

To get started with Dependabot version updates, you'll need to specify which package ecosystems to update and where the package manifests are located. Please see the documentation for all configuration options: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
  - package-ecosystem: "github actions" # See documentation for possible values
    directory: "/" # Location of package manifests
    schedule:
      interval: "weekly"

GitHub Actions demo

The idea of the workflow with GitHub Actions is to automatically add a new entry to the list below when someone stars the repo.

The workflow file can be found in .github/workflows/ratings.yml.

permissions

💡 How the GitHub Actions demo works

Action: Star the repo ⭐ and your name will show up in the list below.

People that liked the session 🥳

❤️ User @flomader liked the session and rated the repo with a star ⭐

❤️ User @DistEntArch liked the session and rated the repo with a star ⭐

❤️ User @insolitum liked the session and rated the repo with a star ⭐

❤️ User @JesusGautamah liked the session and rated the repo with a star ⭐

❤️ User @PP-Namias liked the session and rated the repo with a star ⭐

❤️ User @scrumtuous liked the session and rated the repo with a star ⭐

❤️ User @ArminPrieschl liked the session and rated the repo with a star ⭐

❤️ User @gzukrigl liked the session and rated the repo with a star ⭐

❤️ User @aschnaller liked the session and rated the repo with a star ⭐

❤️ User @NimmLor liked the session and rated the repo with a star ⭐

❤️ User @stefanschoeberl liked the session and rated the repo with a star ⭐

❤️ User @derkoe liked the session and rated the repo with a star ⭐

❤️ User @MartinAhrer liked the session and rated the repo with a star ⭐

❤️ User @pethers liked the session and rated the repo with a star ⭐

About

demo repo for some github actions demos

Resources

Stars

Watchers

Forks