Skip to content

Commit 87a8a95

Browse files
Merge main and reapply Update credentials for Sage Intacct
Reapplies the changes from PR #90359 (which was reverted) while keeping the regression fix from this PR that hides Sync now for Sage Intacct when credentials are invalid. Co-authored-by: Krishna <Krishna2323@users.noreply.github.com>
2 parents 09dfc3c + c29233c commit 87a8a95

395 files changed

Lines changed: 30931 additions & 14773 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+
PR_AUTHOR:
8+
description: Pull request author login
9+
required: true
10+
AUTHOR_ASSOCIATION:
11+
description: "Author'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)