Skip to content

Commit 5f37c97

Browse files
committed
Merge branch 'main' into alberto-passHeader
2 parents 09f5abe + 79abdb5 commit 5f37c97

598 files changed

Lines changed: 38922 additions & 16889 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bun-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.3.14
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: 'Is Authorized Contributor'
2+
description: 'Checks whether a PR author is authorized to contribute (org member, Contributor+, or linked issue)'
3+
inputs:
4+
PR_NUMBER:
5+
description: Pull request number
6+
required: true
7+
ACTOR:
8+
description: Login of the user to authorize (PR author, comment author, etc.)
9+
required: true
10+
ACTOR_ASSOCIATION:
11+
description: "Actor's association with the repository (MEMBER, OWNER, CONTRIBUTOR, etc.)"
12+
required: true
13+
GITHUB_TOKEN:
14+
description: Auth token for repository API calls
15+
required: true
16+
default: ${{ github.token }}
17+
OS_BOTIFY_TOKEN:
18+
description: OSBotify token for org team membership (read:org)
19+
required: true
20+
outputs:
21+
IS_AUTHORIZED:
22+
description: "'true' if the contributor is authorized, 'false' otherwise"
23+
runs:
24+
using: 'node24'
25+
main: './index.js'

0 commit comments

Comments
 (0)