Skip to content

Commit

Permalink
Revert "apply linter to unrelated files"
Browse files Browse the repository at this point in the history
This reverts commit 87a7466.
  • Loading branch information
NadavClassiq committed Nov 11, 2024
1 parent d2be127 commit 758b944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-qmod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
title: "[CI] Merge dev into main"
title: '[CI] Merge dev into main'
branch: dev
base: main
6 changes: 3 additions & 3 deletions .github/workflows/developers_onboarding_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
try {
const prCount = parseInt(process.env.PR_COUNT);
const author = process.env.AUTHOR;
const mention = 'amir-naveh';
const mention = 'amir-naveh';
const prNumber = context.payload.pull_request.number;
const repo = process.env.REPO;
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
}
const message = getMessage(prCount);
await github.rest.issues.createComment({
owner: process.env.OWNER,
repo: process.env.REPO,
Expand All @@ -107,4 +107,4 @@ jobs:
});
} catch (error) {
core.setFailed(`Error creating comment: ${error.message}`);
}
}

0 comments on commit 758b944

Please sign in to comment.