From 2b93649b6f4a69bdcb5a862bd47893eae77ee25e Mon Sep 17 00:00:00 2001 From: Rahul <42219389+rahulpatidar0191@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:00:19 -0700 Subject: [PATCH 1/2] Replace pr-title repo --- .github/workflows/pr-title-checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 5c5f0ee..5f4a41e 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -12,8 +12,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.3.4 + - uses: SatelCreative/pr-title-gitmoji-check@1.0.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false - configuration_path: ".github/pr-title-checker-config.json" \ No newline at end of file + configuration_path: ".github/pr-title-checker-config.json" From fbe275d1ef9bf4d6a5a67c273794776162f910b2 Mon Sep 17 00:00:00 2001 From: Rahul Date: Mon, 20 Jun 2022 09:43:03 -0700 Subject: [PATCH 2/2] remove local config --- .github/pr-title-checker-config.json | 25 ------------------------- .github/workflows/pr-title-checker.yml | 3 +-- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 .github/pr-title-checker-config.json diff --git a/.github/pr-title-checker-config.json b/.github/pr-title-checker-config.json deleted file mode 100644 index c960786..0000000 --- a/.github/pr-title-checker-config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "LABEL":{ - "name":"Gitmoji missing", - "color":"EEEEEE" - }, - "CHECKS": { - "prefixes": ["๐ŸŽ‰", ":tada:", "๐Ÿ”–", ":bookmark:", "๐Ÿ‘ฅ", ":busts_in_silhouette:", "๐Ÿ“„", ":page_facing_up:", "โœจ", ":sparkles:", "๐Ÿ‘ฝ๏ธ", ":alien:", - "๐Ÿšš", ":truck:", "๐Ÿ—๏ธ", ":building_construction:", "๐Ÿ”ง", ":wrench:", "๐Ÿ”จ", ":hammer:", "๐Ÿ’ฅ", ":collision:", "๐Ÿ—ƒ๏ธ", ":card_file_box:", - "๐Ÿ‘”", ":necktie:", "๐Ÿ›‚", ":passport_control:", "๐Ÿ›", ":bug:", "๐Ÿš‘๏ธ", ":ambulance:", "๐Ÿšจ", ":rotating_light:", "โœ๏ธ", ":pencil2:", - "๐Ÿ”’๏ธ", ":lock:", "๐Ÿฉน", ":adhesive_bandage:", "โž•", ":heavy_plus_sign:", "โž–", ":heavy_minus_sign:", "โฌ‡๏ธ", ":arrow_down:", - "โฌ†๏ธ", ":arrow_up:", "๐Ÿ“Œ", ":pushpin:", "๐ŸŽจ", ":art:", "โšก๏ธ", ":zap:", "โ™ป๏ธ", ":recycle:", "๐Ÿ”ฅ", ":fire:", "โšฐ๏ธ", ":coffin:", - "๐Ÿฅ…", ":goal_net:", "๐Ÿ—‘๏ธ", ":wastebasket:", "๐Ÿ’ก", ":bulb:", "๐Ÿง‘โ€๐Ÿ’ป", ":technologist:", "๐Ÿšธ", ":children_crossing:", - "๐Ÿ“ฑ", ":iphone:", "๐Ÿฑ", ":bento:", "โ™ฟ๏ธ", ":wheelchair:", "๐Ÿ’„", ":lipstick:", "๐Ÿ’ซ", ":dizzy:", "๐Ÿ‘ท", ":construction_worker:", - "๐Ÿ’š", ":green_heart:", "๐Ÿš€", ":rocket:", "๐Ÿฉบ", ":stethoscope:", "๐Ÿงฑ", ":bricks:", "๐Ÿ™ˆ", ":see_no_evil:", "โช๏ธ", ":rewind:", - "๐Ÿ”€", ":twisted_rightwards_arrows:", "๐Ÿ“", ":memo:", "โœ…", ":white_check_mark:", "๐ŸŒ", ":globe_with_meridians:", - "๐Ÿ’ฌ", ":speech_balloon:", "๐Ÿ”Š", ":loud_sound:", "๐Ÿ”‡", ":mute:", "๐Ÿท๏ธ", ":label:", "๐Ÿงช", ":test_tube", "๐Ÿ“ˆ", ":chart_with_upwards_trend:", - "๐Ÿง", ":monocle_face:", "๐ŸŒฑ", ":seedling:"], - "ignoreLabels": [" "] - }, - "MESSAGES": { - "success": "All OK", - "failure": "Failing CI test", - "notice": "" - } -} diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 5f4a41e..ef89ae5 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -12,8 +12,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: SatelCreative/pr-title-gitmoji-check@1.0.0 + - uses: SatelCreative/pr-title-gitmoji-check@1.0.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false - configuration_path: ".github/pr-title-checker-config.json"