Skip to content

Commit

Permalink
PBB migration "Schedule Friday" (hackforla#7055)
Browse files Browse the repository at this point in the history
* Update schedule-fri-0700.yml

Changes for PBB migration

* Update add-label.js

* Update find-linked-issue.js

For PBB migration

* Update add-label.js

remove refs to personal repo

* Update add-label.js

addressing CodeQL alert

* Update add-label.js

address CodeQL alert
  • Loading branch information
t-will-gillis authored and terrencejihoonjung committed Jul 5, 2024
1 parent 75e686f commit 815bde9
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 117 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/schedule-fri-0700.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
env:
IN_PROGRESS_COLUMN_ID: ${{ secrets.IN_PROGRESS_COLUMN_ID }}
HACKFORLA_ADMIN_TOKEN: ${{ secrets.HACKFORLA_ADMIN_TOKEN }}
with:
script: |
const IN_PROGRESS_COLUMN_ID = process.env.IN_PROGRESS_COLUMN_ID;
const HACKFORLA_ADMIN_TOKEN = process.env.HACKFORLA_ADMIN_TOKEN;
const script = require('./github-actions/trigger-schedule/add-update-label-weekly/add-label.js');
script({ g: github, c: context }, IN_PROGRESS_COLUMN_ID, HACKFORLA_ADMIN_TOKEN);
script({ g: github, c: context }, HACKFORLA_ADMIN_TOKEN);
Loading

0 comments on commit 815bde9

Please sign in to comment.