Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f1c331c
Add enterprise allowed actions
algorythmic Oct 25, 2022
5319263
Add enterprise actions permissions
algorythmic Oct 25, 2022
437c925
Add enterprise action permissions for orgs
algorythmic Oct 25, 2022
3eb4312
Move actions permissions out of action_runners.go
algorythmic Oct 25, 2022
7f8e2af
Update copyright
algorythmic Oct 25, 2022
c55315a
Update copyright
algorythmic Oct 25, 2022
e9b5264
Update copyright
algorythmic Oct 25, 2022
c2cd862
Update copyright
algorythmic Oct 25, 2022
33e666c
fixed tests with enterprise action permission endpoints
RickleAndMortimer Sep 14, 2023
1da39d7
formatting
RickleAndMortimer Sep 14, 2023
54e213a
reorganized urls for enterprise and orgs endpoints for action permiss…
RickleAndMortimer Sep 25, 2023
db1d21b
readded allowed permissions tests and copyright
RickleAndMortimer Sep 26, 2023
b64b8b8
linting
RickleAndMortimer Sep 26, 2023
dde3ba2
renaming to match original names prior to the PR
RickleAndMortimer Sep 26, 2023
18b5850
readded old orgs_actions_permissions as deprecated code
RickleAndMortimer Sep 26, 2023
055da67
file typo
RickleAndMortimer Sep 26, 2023
c9ce020
remove incorrectly named file
RickleAndMortimer Sep 26, 2023
324285e
readded org_actions tests
RickleAndMortimer Sep 26, 2023
b2f9d6c
Update github/orgs_actions_allowed.go
gmlewis Sep 29, 2023
11a21aa
Update github/orgs_actions_allowed.go
gmlewis Sep 29, 2023
ea8a460
Update github/orgs_actions_permissions.go
gmlewis Sep 29, 2023
0d02f81
Update github/orgs_actions_permissions.go
gmlewis Sep 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update copyright
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
2 people authored and RickleAndMortimer committed Sep 11, 2023
commit 7f8e2afad711a5379bb7fe2a5539518fad785441
2 changes: 1 addition & 1 deletion github/enterprise_actions_allowed.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The go-github AUTHORS. All rights reserved.
// Copyright 2022 The go-github AUTHORS. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
Expand Down