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

Bump peter-evans/find-comment from 0da1f4fc1f20cd898368bd56089d391df418f52f to e3754082ec6536fb0f8c4c6ebb4c2682cf6efa67 #1063

Closed
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/content-changes-table-comment.yml
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ jobs:
core.setOutput('changesTable', markdownTable)

- name: Find content directory changes comment
uses: peter-evans/find-comment@0da1f4fc1f20cd898368bd56089d391df418f52f
uses: peter-evans/find-comment@e3754082ec6536fb0f8c4c6ebb4c2682cf6efa67
id: findComment
with:
issue-number: ${{ github.event.pull_request.number }}

Unchanged files with check annotations Beta

test('all used actions are allowed in .github/allowed-actions.js', () => {
expect(allUsedActions.length).toBeGreaterThan(0)
const unusedActions = difference(allowedActions, allUsedActions)
expect(unusedActions).toEqual([])

Check failure on line 37 in tests/unit/actions-workflows.js

GitHub Actions / test (unit)

Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 3 - Array [] + Array [ + "peter-evans/find-comment@0da1f4fc1f20cd898368bd56089d391df418f52f", + ] at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/actions-workflows.js:37:27) at Promise.then.completed (/home/runner/work/docs/docs/node_modules/jest-circus/build/utils.js:390:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/docs/docs/node_modules/jest-circus/build/utils.js:315:10) at _callCircusTest (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:218:40) at _runTest (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:155:3) at _runTestsForDescribeBlock (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:66:9) at _runTestsForDescribeBlock (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:60:9) at run (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:25:3) at runAndTransformResultsToJestFormat (/home/runner/work/docs/docs/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:167:21)
})
test('all allowed actions by .github/allowed-actions.js are used by at least one workflow', () => {
expect(allowedActions.length).toBeGreaterThan(0)
const disallowedActions = difference(allUsedActions, allowedActions)
expect(disallowedActions).toEqual([])

Check failure on line 43 in tests/unit/actions-workflows.js

GitHub Actions / test (unit)

Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 4 - Array [] + Array [ + "actions/stale@v3", + "peter-evans/find-comment@e3754082ec6536fb0f8c4c6ebb4c2682cf6efa67", + ] at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/actions-workflows.js:43:31) at Promise.then.completed (/home/runner/work/docs/docs/node_modules/jest-circus/build/utils.js:390:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/docs/docs/node_modules/jest-circus/build/utils.js:315:10) at _callCircusTest (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:218:40) at _runTest (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:155:3) at _runTestsForDescribeBlock (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:66:9) at _runTestsForDescribeBlock (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:60:9) at run (/home/runner/work/docs/docs/node_modules/jest-circus/build/run.js:25:3) at runAndTransformResultsToJestFormat (/home/runner/work/docs/docs/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:167:21)
})
test('no scheduled workflows run on the hour', () => {