Rory Abraham
Rory Abraham
I verified with experiments: - Callable workflow (note no description): https://github.com/Andrew-Test-Org/Public-Test-Repo/blob/main/.github/workflows/callableWorkflow.yml - Caller workflow: https://github.com/Andrew-Test-Org/Public-Test-Repo/blob/main/.github/workflows/dispatchableWorkflow.yml - Workflow run: https://github.com/Andrew-Test-Org/Public-Test-Repo/runs/7262021723?check_suite_focus=true
Documentation is lacking: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_callsecrets In this example you can see the description key in the `yml` but not documented elsewhere.
Hi @pascalgn, thanks for maintaining this action, we've been using it in production over at [Expensify](https://github.com/Expensify/App/runs/4488449197?check_suite_focus=true) for about a year now, and for the most part it works great! However,...
For what it's worth, I think we discovered why this action was failing for us and `mergeable_status` was resulting in `blocked`. We had enabled a setting which disallowed merging unsigned...
I submitted a [pull request](https://github.com/pascalgn/automerge-action/pull/177) to (loudly) fail the action if the pull request cannot be merged.
I'm guessing this might also be reproducible on iOS/Android with the following steps: 1. Scroll close to the bottom of a list with the phone in landscape orientation. 1. Flip...
Put up a PR to fix this 👍
@naqvitalha I've taken this out of draft and would love a review when you have some time 🙏 I'm happy to adjust the PR or answer any questions you might...
**Disclaimer:** I tested in react-native-web but not pure React.JS
I put together a PR to implement this feature in this library. If you're still looking for a solution for bidirectional pagination in a React Native app, feel free to...