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

chore: sync files #4372

Merged
merged 1 commit into from
Oct 3, 2023
Merged

chore: sync files #4372

merged 1 commit into from
Oct 3, 2023

Conversation

awf-autoware-bot[bot]
Copy link
Contributor

@awf-autoware-bot awf-autoware-bot bot commented Jul 23, 2023

Skipped

Added

Changed

  • mkdocs.yaml

Not changed

  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • DISCLAIMER.md
  • LICENSE
  • .github/ISSUE_TEMPLATE/bug.yaml
  • .github/ISSUE_TEMPLATE/config.yml
  • .github/ISSUE_TEMPLATE/task.yaml
  • .github/PULL_REQUEST_TEMPLATE.md
  • .github/PULL_REQUEST_TEMPLATE/small-change.md
  • .github/PULL_REQUEST_TEMPLATE/standard-change.md
  • .github/dependabot.yaml
  • .github/stale.yml
  • .github/workflows/cancel-previous-workflows.yaml
  • .github/workflows/github-release.yaml
  • .github/workflows/pre-commit.yaml
  • .github/workflows/pre-commit-optional.yaml
  • .github/workflows/semantic-pull-request.yaml
  • .github/workflows/spell-check-differential.yaml
  • .github/workflows/sync-files.yaml
  • .clang-format
  • .markdown-link-check.json
  • .markdownlint.yaml
  • .pre-commit-config-optional.yaml
  • .prettierignore
  • .prettierrc.yaml
  • .yamllint.yaml
  • CPPLINT.cfg
  • setup.cfg
  • .github/workflows/build-and-test.yaml
  • .github/workflows/build-and-test-differential-self-hosted.yaml
  • .github/workflows/build-and-test-self-hosted.yaml
  • .github/workflows/check-build-depends.yaml
  • .github/workflows/clang-tidy-pr-comments.yaml
  • .github/workflows/clang-tidy-pr-comments-manually.yaml
  • .github/workflows/update-codeowners-from-packages.yaml
  • .pre-commit-config.yaml
  • codecov.yaml
  • .github/workflows/deploy-docs.yaml
  • .github/workflows/delete-closed-pr-docs.yaml
  • docs/assets/js/mathjax.js

Deleted

Not found

@awf-autoware-bot awf-autoware-bot bot added tag:bot Bot-related tasks. (auto-assigned) tag:sync-files Mark for sync-files workflow. (auto-assigned) labels Jul 23, 2023
@awf-autoware-bot awf-autoware-bot bot enabled auto-merge (squash) July 23, 2023 00:16
@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Jul 23, 2023
@awf-autoware-bot awf-autoware-bot bot force-pushed the sync-files branch 3 times, most recently from 0d340e0 to 286d5a3 Compare July 26, 2023 00:15
@xmfcx
Copy link
Contributor

xmfcx commented Jul 26, 2023

This won't be merged.

@mitsudome-r

Should have updated:

I am working on a long term fix on this, will post the PR soon.

@awf-autoware-bot awf-autoware-bot bot force-pushed the sync-files branch 2 times, most recently from d270170 to 754cce8 Compare July 28, 2023 00:15
@github-actions
Copy link

🤖 OpenAI

High-level Summary

The changeset includes modifications to the workflow file .github/workflows/build-and-test-differential.yaml. The changes remove a job called prevent-no-label-execution and update the runs-on field for two jobs to use ubuntu-latest instead of self-hosted, linux, X64.

Files Summary

File Summary
.github/workflows/build-and-test-differential.yaml - Remove the job prevent-no-label-execution.
- Update the runs-on field for two jobs to use ubuntu-latest instead of self-hosted, linux, X64.

Please let me know if you have any further questions or if there are any other changesets that need to be deduplicated.


Chat with 🤖 OpenAI Bot (@openai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @openai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Ignoring further reviews

  • Type @openai: ignore anywhere in the PR description to ignore further reviews from the bot.


In the recent run, only the files that changed from the base of the PR and between 8f905a1b38f4fadab8c943ef7b148e0d8f4e462c and 754cce8770ffd3476d2c8b1e11e8732b7cb12f33 commits were reviewed.

@awf-autoware-bot awf-autoware-bot bot force-pushed the sync-files branch 3 times, most recently from cb49480 to 6426dbe Compare July 31, 2023 00:15
@awf-autoware-bot awf-autoware-bot bot force-pushed the sync-files branch 8 times, most recently from cee7587 to 0a370d9 Compare August 8, 2023 00:15
@awf-autoware-bot awf-autoware-bot bot force-pushed the sync-files branch 5 times, most recently from 24f528e to 5e4999d Compare August 14, 2023 00:13
@yukkysaito
Copy link
Contributor

@xmfcx @mitsudome-r What should we do with this PR?

@xmfcx
Copy link
Contributor

xmfcx commented Sep 21, 2023

@yukkysaito let me look into this today.

Signed-off-by: GitHub <noreply@github.com>
@xmfcx
Copy link
Contributor

xmfcx commented Oct 3, 2023

@xmfcx xmfcx self-assigned this Oct 3, 2023
@xmfcx xmfcx added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 3, 2023
@awf-autoware-bot awf-autoware-bot bot merged commit ac06a5c into main Oct 3, 2023
@awf-autoware-bot awf-autoware-bot bot deleted the sync-files branch October 3, 2023 09:25
@mitsudome-r
Copy link
Member

Sorry, I should've looked into this earlier, but this has to be reverted since the module_name: mkdocs_macros is needed for converting json schema to markdown table in README.

relevant PR: https://github.com/autowarefoundation/autoware.universe/pull/4656/files
`

mitsudome-r added a commit that referenced this pull request Oct 3, 2023
mitsudome-r added a commit to mitsudome-r/autoware_universe that referenced this pull request Oct 3, 2023
This reverts commit ac06a5c.

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
xmfcx pushed a commit that referenced this pull request Oct 3, 2023
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) tag:bot Bot-related tasks. (auto-assigned) tag:sync-files Mark for sync-files workflow. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants