This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow-checks-action.git
commit 1a86e6de3b6c770faf782689d1cd3d7e73d03e7b Author: Louis Brunner <[email protected]> AuthorDate: Sat Feb 29 23:14:14 2020 +0000 Centralize TODOs --- .github/workflows/examples.yml | 1 - README.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b970e6f..8ecf312 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -152,7 +152,6 @@ jobs: images: ${{ steps.images.outputs.value }} ## With actions - # TODO: HOW DO WE SET THE WEBHOOK! test_with_actions: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index d3b92a1..6702a04 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,9 @@ The time we greeted you. uses: actions/hello-world-javascript-action@v1 with: who-to-greet: 'Mona the Octocat' + +## TODOs + + - Action Required conclusion: button doesn't work + - Action elements: button doesn't work + - Non-completed status: too many arguments required
