Skip to content

Commit

Permalink
Merge branch 'main' into rvermeulen/uri-errors-as-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 17, 2024
2 parents 642bbfc + 34666c1 commit a1a585f
Show file tree
Hide file tree
Showing 81 changed files with 547 additions and 609 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,21 @@ jobs:
SOURCE_BRANCH: ${{ needs.prepare.outputs.backport_source_branch }}
TARGET_BRANCH: ${{ matrix.target_branch }}
steps:
- uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4
- name: Generate token
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4
id: app-token
with:
app-id: ${{ vars.AUTOMATION_APP_ID }}
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
- uses: actions/checkout@v4

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Need full history for calculation of diffs
token: ${{ steps.app-token.outputs.token }}
- uses: ./.github/actions/release-initialise

- name: Update older release branch
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
echo SOURCE_BRANCH=${SOURCE_BRANCH}
echo TARGET_BRANCH=${TARGET_BRANCH}
Expand Down
44 changes: 0 additions & 44 deletions lib/analyze-action-post-helper.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/analyze-action-post-helper.js.map

This file was deleted.

73 changes: 0 additions & 73 deletions lib/analyze-action-post-helper.test.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/analyze-action-post-helper.test.js.map

This file was deleted.

16 changes: 9 additions & 7 deletions lib/analyze-action-post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action-post.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a1a585f

Please sign in to comment.