Giter VIP home page Giter VIP logo

saturday-hacknight's Introduction

Saturday Hack Night Template

TinkerHub saturday hack night submission repository template.

Getting started

This project is only intended to be used by the TinkerHub HQ Staff who organises the hackday.

  • Click on Use this template button and generate your own version of the project.
  • Update the readme about the project submission process. You can use any data collection tools like airtable to collect the repo URLs from the participants. Use the Add Project github action to add a project to the hackday repo.
  • Start the hackdday.

How to use

This repository contains the following GitHub Action workflows:

  • Add Project - This will allow organizer to add a new project to the GitHub repository as a submodule so that the project can be evaluated. This contains the following params:

    • Repository URL: URL of the project's repo (HTTPS)
    • Folder Name: You can specify a folder name to keep the submodule (eg: project name)
  • You can also trigger the above workflow using the following CURL, replace username and repo with your own username and repo name, also replace the request body with the actual repo and folder name to add:

export TOKEN="" # get it from https://github.com/settings/tokens
curl --location --request POST 'https://api.github.com/repos/{username}/{repo}/actions/workflows/add-project.yml/dispatches' \
--header 'Authorization: Bearer $TOKEN' \
--header 'Accept: application/vnd.github.v3+json' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ref": "main",
    "inputs": {
        "repo_url": "https://github.com/gautamkrishnar/homebrew-socli.git",
        "folder_name": "homebrew"
    }
}'
  • Update Projects - This workflow will run every hour updating the submodules to its latest state. It can be also triggered manually from actions tab.

saturday-hacknight's People

Contributors

devi-priya22 avatar

Watchers

 avatar

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.