Giter Site home page Giter Site logo

jge162 / action-workflows Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 5.0 2.48 MB

This repo helps newcomers set up and edit GitHub Actions. The latest build v2.1.0 is now available on GitHub Marketplace. Please report any issues. Thank you for your support!

License: GNU General Public License v3.0

Python 100.00%
auto-assign automerge dependabot github-actions yml-files automerge-dependabot create-release python python-compiler python-script

action-workflows's Introduction

jge162

GitHub User's stars GitHub Badge

#!/usr/bin/env python3

import datetime
import random

def welcome_message():

    # Dynamic date
    today = datetime.datetime.now().strftime("%Y-%m-%d")

    # Random welcome phrases
    welcome_phrases = [
        "Welcome to my GitHub repository!",
        "Feel free to look around.",
    ]

    messages = [
        "-----------------------------------",
        "B.S., Computer & Electronics Engineer '23",
        "M.S., Computer Science '24",
        "-----------------------------------",
        f"Today's Date: {today}",
        random.choice(welcome_phrases),
        "-----------------------------------"
    ]

    for message in messages:
        print(message)

if __name__ == "__main__":
    welcome_message()

action-workflows's People

Contributors

dependabot[bot] avatar geo4u avatar jge162 avatar jge162[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

action-workflows's Issues

test

Describe the bug: a clear and concise description of what the bug is.

Additional context: add any other context about the problem here.

Testing GitHub Bot again

Is your feature request related to a problem? Please describe a clear and concise description of what the problem is.

Describe the solution you'd like: a clear and concise description of what you want to happen.

Describe alternatives you've considered: a clear and concise description of any alternative solutions or features you've considered.

Additional context: add any other context or screenshots about the feature request here.

BUG

Describe the bug
A clear and concise description of what the bug is.

Additional context
Add any other context about the problem here.

Checking Bot

Describe the bug: a clear and concise description of what the bug is.

Additional context: add any other context about the problem here.

Please describe issue/bug

Describe the bug
A clear and concise description of what the bug is.

Additional context
Add any other context about the problem here.

Updated auto approve.

Once you do a new pull request @dr-nefardio3058 and you can confirm auto approve works. I will work on auto merge next.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.