NoroffFEU / development-platforms

A collection of case studies covering development platform products.
7 stars 306 forks source link

Suggestion: Clown Mode #263

Open Fermain opened 6 months ago

Fermain commented 6 months ago

We have night mode, we have day mode - but how about clown mode?

MariuszRozycki commented 4 months ago

We could wait until April 1, 2025, or perhaps we could implement a joke feature sooner? What do you think?

Fermain commented 4 months ago

We could implement now and set a release trigger for April 1st

MariuszRozycki commented 4 months ago

Right now I don't have access to my computer, but this code written as a *.yaml file could look like that:


name: Clown mode on April 1st

on:
  schedule:
    - cron: '0 0 1 4 *'

jobs:
  my_job:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v3

      - name: Run script
        run: echo "This is clown mode released 1st of  April each year, a souvenir of @MariuszRozycki."
MariuszRozycki commented 4 months ago

@Fermain I made it this way: https://github.com/NoroffFEU/development-platforms/pull/286