Skip to content

Commit

Permalink
Merge pull request #11 from mhitza/repo-ansible-1730818450
Browse files Browse the repository at this point in the history
chore: automatic repo-ansible run #0000
  • Loading branch information
CesarScur authored Nov 5, 2024
2 parents ba74c86 + 8e7f442 commit d6ae2ba
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Managed by https://github.com/linkorb/repo-ansible. Manual changes will be overwritten.
version: '3.8'

services:
app:
build:
Expand Down
4 changes: 4 additions & 0 deletions .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# or removal of a certain file.
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED || true

# This is a workaround on an issue with the devcontainer reported on Windows where followup git config commands would
# fail. #9067
git config --add safe.directory /app

git config commit.template .devcontainer/git/linkorb_commit.template


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/repo-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
if git commit -m "chore: repo-ansible run"; then
if git commit -m "chore: automatic repo-ansible run #0000"; then
git push
fi
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Please refer to `examples/` for usage examples

We welcome contributions to make this repository even better. Whether it's fixing a bug, adding a feature, or improving documentation, your help is highly appreciated. To get started, fork this repository then clone your fork.

Be sure to familiarize yourself with LinkORB's [Contribution Guidelines](/CONTRIBUTING.md) for our standards around commits, branches, and pull requests, as well as our [code of conduct](/CODE_OF_CONDUCT.md) before submitting any changes.
Be sure to familiarize yourself with LinkORB's [Contribution Guidelines](/CONTRIBUTING.md) for our standards around commits, branches, and pull requests, as well as our [code of conduct](/.github/CODE_OF_CONDUCT.md) before submitting any changes.

If you are unable to implement changes you like yourself, don't hesitate to open a new issue report so that we or others may take care of it.
## Brought to you by the LinkORB Engineering team
Expand Down

0 comments on commit d6ae2ba

Please sign in to comment.