From af7f085de46c867110d42dff4870f681460c1be4 Mon Sep 17 00:00:00 2001 From: ChaseBig Date: Mon, 28 Jun 2021 15:50:34 -0500 Subject: [PATCH 1/2] Switch some shit --- ".github\\workflows/label_checker.yml" | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/.github\\workflows/label_checker.yml" "b/.github\\workflows/label_checker.yml" index 851b3f8..8261154 100644 --- "a/.github\\workflows/label_checker.yml" +++ "b/.github\\workflows/label_checker.yml" @@ -1,5 +1,5 @@ # This workflow will be verify that all PRs have at -# least on the label: 'bugs', 'enhancement' before +# least on the label: 'fix', 'enhancement' before # they can be merged. name: Verify PR labels diff --git a/README.md b/README.md index 26fa2e1..ec2bf07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FullDemoProject -A full react demo project to showcase my various engineering skills via the creation of a simple task-tracking applications for both web (using React.js) and mobile (using React Native) with a shared Ruby on Rails API. +A full react demo project to showcase my various engineering skills via the creation of a simple task-tracking applications for both web (using React.js) and mobile (using React Native) with a shared Ruby on Rails API. ## Getting Started From b5ef2f056131052e98f966c579d213fc371537ed Mon Sep 17 00:00:00 2001 From: ChaseBig Date: Mon, 28 Jun 2021 15:53:18 -0500 Subject: [PATCH 2/2] dont even care --- .../label_checker.yml" => .github/workflows/action.yaml | 0 .github/workflows/{main.yml => action.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ".github\\workflows/label_checker.yml" => .github/workflows/action.yaml (100%) rename .github/workflows/{main.yml => action.yml} (100%) diff --git "a/.github\\workflows/label_checker.yml" b/.github/workflows/action.yaml similarity index 100% rename from ".github\\workflows/label_checker.yml" rename to .github/workflows/action.yaml diff --git a/.github/workflows/main.yml b/.github/workflows/action.yml similarity index 100% rename from .github/workflows/main.yml rename to .github/workflows/action.yml