Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[D2AI] Build Update #10531

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/d2ai-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: app-token
with:
# required
app-id: ${{ vars.AUTOMERGE_APP_ID }}
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
private-key: ${{ secrets.AUTOMERGE_PRIVATE_KEY }}
- name: Enable auto-merge for d2ai PRs
run: gh pr merge --auto --merge "$PR_URL"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: app-token
with:
# required
app-id: ${{ vars.AUTOMERGE_APP_ID }}
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
private-key: ${{ secrets.AUTOMERGE_PRIVATE_KEY }}
- name: Dependabot metadata
id: metadata
Expand Down
5 changes: 5 additions & 0 deletions src/data/d2/source-info-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,11 @@ const D2Sources: {
],
enteredDCV: 20,
},
salvationsedge: {
sourceHashes: [
2700267533, // Source: "Salvation's Edge" Raid
],
},
scourgeofthepast: {
itemHashes: [
2557722678, // Midnight Smith
Expand Down
7 changes: 7 additions & 0 deletions src/data/d2/source-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,13 @@ const D2Sources: {
],
searchString: [],
},
salvationsedge: {
itemHashes: [],
sourceHashes: [
2700267533, // Source: "Salvation's Edge" Raid
],
searchString: [],
},
scourge: {
itemHashes: [
2557722678, // Midnight Smith
Expand Down
Loading