Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/jinja2-3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 authored Feb 15, 2024
2 parents e142465 + e15f6cf commit 50c56dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.0.1
- uses: toshimaru/auto-author-assign@v2.1.0
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3.7.13
- uses: GoogleCloudPlatform/release-please-action@v4.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Open Food Facts moderation tool (WIP).

### Wikipage
- https://wiki.openfoodfacts.org/Moderation
- [Meeting minutes](https://docs.google.com/document/d/1B9Ci42kl_jrFt2hi3PiWW9tM9l6B1sI5kQMI9Zd6QS4/edit)

### Meeting
Valentin and Raphael are working on this tool. They meet weekly. Please ping them on Slack if you'd like to contribute.
We have more general quality meeting every month.

### Pre-Commit
This repo uses [pre-commit](https://pre-commit.com/) to enforce code styling, etc. To use it:
```console
Expand Down

0 comments on commit 50c56dc

Please sign in to comment.