Skip to content

Commit bd110e2

Browse files
authored
Remove label-sync action and update repo names in Makefile (#360)
1 parent 125f262 commit bd110e2

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,3 @@ jobs:
3636
name: sample-data
3737
path: sample-data.zip
3838
overwrite: true
39-
- name: Sync Labels
40-
env:
41-
GITHUB_ACCESS_TOKEN: ${{ secrets.LABEL_TOKEN }}
42-
run: pipenv run make labels

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ deploy:
1717
# To run this, ensure GITHUB_ACCESS_TOKEN environment variable set
1818
labels:
1919
npm install -g github-label-sync
20-
github-label-sync --labels .github/labels.yml microsoft/electionguard
21-
github-label-sync --labels .github/labels.yml microsoft/electionguard-cpp
22-
github-label-sync --labels .github/labels.yml microsoft/electionguard-python
23-
github-label-sync --labels .github/labels.yml microsoft/electionguard-api-python
24-
github-label-sync --labels .github/labels.yml microsoft/electionguard-ui
20+
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard
21+
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-cpp
22+
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-python
23+
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-api-python
24+
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-ui
2525

2626
release-zip-sample-data:
2727
@echo 📁 ZIP SAMPLE DATA

0 commit comments

Comments
 (0)