Skip to content

Commit 0ce176d

Browse files
committed
chore: archive unused bu useful workflow
Signed-off-by: exploreriii <[email protected]>
1 parent 7a0b93f commit 0ce176d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/gfi_notify_team.js renamed to .github/scripts/archive/gfi_notify_team.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Script to notify the team when a GFI issue receives its first human comment.
2+
// Replaced by automatic GFI assignment
23

34
const marker = '<!-- GFI Issue Notification -->';
45
const TEAM_ALIAS = '@hiero-ledger/hiero-sdk-good-first-issue-support';

.github/workflows/bot-gfi-notify-team.yml renamed to .github/workflows/archive/bot-gfi-notify-team.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ jobs:
1919
'Good First Issue'
2020
)
2121
22-
2322
concurrency:
2423
group: gfi-notify-issue-${{ github.event.issue.number }}
2524
cancel-in-progress: false
26-
25+
2726
steps:
2827
- name: Harden the runner
2928
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
@@ -40,4 +39,4 @@ jobs:
4039
with:
4140
script: |
4241
const script = require('./.github/scripts/gfi_notify_team.js');
43-
await script({ github, context});
42+
await script({ github, context});

0 commit comments

Comments
 (0)