Giter Club home page Giter Club logo

template's People

Contributors

adityaraute avatar agrover112 avatar allanregush avatar dun-sin avatar eddiejaoude avatar muthuannamalai12 avatar panquesito7 avatar sarajaoude avatar shoruntech avatar tawfikyasser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

template's Issues

[Security] Workflow community.yml is using vulnerable action actions/checkout

The workflow community.yml is referencing action actions/checkout using references v1. However this reference is missing the commit a6747255bd19d7a757dbdda8c654a9f84db19839 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

Add a CONTRIBUTING.md

If people are ready to contribute, we'll need a doc with guidelines on how to do so. Additionally, I'd suggest adding/linking a guide on how GitHub Actions work, and how to modify the same, so that those who are new have a place to get started

Idea: add templates for Issues

This idea comes from an Issue in the EddieBot repo, Issue #316.

We should add templates for Issues such as a template for idea, feature, fix, etc.

Additionaly, in the EddieBot repo there is a template for a bug type of issue.
@eddiejaoude mentioned in Issue #316 that we should add templates in this repo template for better scalability. We might want to move that here or make a bug issue template here as well.

I would like to handle this, but first I have to learn about GitHub Actions as I just got into Github and don't know too much about it.

Please share any thoughts on the matter.:yum:

Update Community.yml

I will update the issue-message, Pr-Message, with new ones and add a footer message in Community.yml

[Security] Workflow stale.yml is using vulnerable action actions/stale

The workflow stale.yml is referencing action actions/stale using references v1. However this reference is missing the commit af4072615903a8b031f986d25b1ae3bf45ec44d4 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

Action to sync a list of files from this repo to another

For example, if we update the CONTRIBUTING.md file in here, we should have an Action which runs on other repos on every change to check if this file has been updated here and then it updates it in the other repo the Action is running in.

idea: issue creator action if workflow fails

In github actions there is the possibility to run a action if the run fails

Github action <- creates issue with labels and assignee

- uses: nashmaniac/[email protected]
  if: ${{ failure() }} # only run when this job is failed.
  name: Create Issue Action
  with:
    title: Linter Failed
    token: ${{secrets.GITHUB_TOKEN}}
    assignees: ${{github.actor}}
    labels: refactoring-needed, help needed
    body: Workflow failed for commit ${{github.sha}}

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.