Skip to content

Commit 9c300d4

Browse files
authored
Merge pull request #1911 from tgstation/Cyberboss-patch-1
Fix target repo for SS13 sync action
2 parents 12f864b + 1bca65b commit 9c300d4

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.github/workflows/ci-security.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
- dev
77
- master
88
pull_request_target:
9-
types: [opened, reopened, labeled, synchronize]
9+
types:
10+
- opened
11+
- reopened
12+
- labeled
13+
- synchronize
1014
branches:
1115
- dev
1216
- master
@@ -20,8 +24,6 @@ jobs:
2024
name: Check CI Clearance
2125
if: github.event_name == 'pull_request_target' && (github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id || github.event.pull_request.user.id == 49699333) && github.event.pull_request.state == 'open'
2226
runs-on: ubuntu-latest
23-
permissions:
24-
pull-requests: write
2527
steps:
2628
- name: Generate App Token
2729
id: app-token-generation

.github/workflows/rerun-flaky-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rerun Flaky Live Tests
1+
name: Rerun Flaky Tests
22
on:
33
workflow_run:
44
workflows: ["CI Pipeline", "CI Security"]

.github/workflows/size-label.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Size Labelling
22
on:
33
pull_request_target:
4+
types:
5+
- reopened
6+
- labeled
7+
- synchronize
48

59
concurrency:
610
group: "size-labelling-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"
@@ -9,9 +13,6 @@ concurrency:
913
jobs:
1014
size-label:
1115
name: Add Size Label
12-
permissions:
13-
contents: read
14-
pull-requests: write
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Generate App Token

.github/workflows/update-ss13-org-mirror.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
id: app-token-generation
2222
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc
2323
with:
24+
repository: spacestation13/tgstation-server
2425
app_id: ${{ secrets.APP_ID }}
2526
private_key: ${{ secrets.APP_PRIVATE_KEY }}
2627

0 commit comments

Comments
 (0)