From 08aaca2bb7cb29bbbeae7765d94d1be5776b538d Mon Sep 17 00:00:00 2001 From: Ankur Singh Date: Wed, 13 Dec 2023 18:51:16 +0530 Subject: [PATCH] ci: make bump workflow to ignore `spec` and `bindings` (#265) --- .github/workflows/bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 92fa275e..e5f8351a 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -31,4 +31,4 @@ jobs: github_token: ${{ secrets.GH_TOKEN }} committer_username: asyncapi-bot committer_email: info@asyncapi.io - repos_to_ignore: html-template # this is temporary until react component releases 1.0, then it can be removed \ No newline at end of file + repos_to_ignore: spec,bindings