Skip to content

Commit f065f9f

Browse files
authored
chore: update @Souvikns company status and fixing verification workflow (#1712)
1 parent 65212dd commit f065f9f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/maintainers-tsc-changes-verification.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
types: [synchronize, opened, reopened]
66
paths:
77
- "MAINTAINERS.yaml"
8-
env:
9-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
108

119
jobs:
1210
verify-changes-if-tsc-if-maintainers:
@@ -35,7 +33,7 @@ jobs:
3533
id: verify-changes
3634
uses: actions/github-script@v6
3735
with:
38-
github-token: ${{ env.GITHUB_TOKEN }}
36+
github-token: ${{ env.GH_TOKEN }}
3937
script: |
4038
const yaml = require("js-yaml");
4139
const fs = require("fs");
@@ -125,7 +123,7 @@ jobs:
125123
- name: Comment and close the PR if there are any critical changes done by human
126124
uses: actions/github-script@v6
127125
with:
128-
github-token: ${{ env.GITHUB_TOKEN }}
126+
github-token: ${{ env.GH_TOKEN }}
129127
script: |
130128
const errorMessagesString = `${{ needs.verify-changes-if-tsc-if-maintainers.outputs.errorMessages }}`;
131129
const errorMessages = errorMessagesString ? JSON.parse(errorMessagesString) : [];
@@ -161,7 +159,7 @@ jobs:
161159
if: steps.verify-changes-if-tsc-if-maintainers.outputs.removedTscMembers != ''
162160
uses: actions/github-script@v6
163161
with:
164-
github-token: ${{ env.GITHUB_TOKEN }}
162+
github-token: ${{ env.GH_TOKEN }}
165163
script: |
166164
const issueComment = {
167165
owner: github.context.repo.owner,

MAINTAINERS.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@
376376
slack: U01SGCZMJKW
377377
twitter: souvik_ns
378378
linkedin: souvik-de-a2b941169
379-
availableForHire: true
379+
availableForHire: false
380+
company: Codemate
380381
isTscMember: true
381382
repos:
382383
- cli

0 commit comments

Comments
 (0)