-
### Description
When merging a pull request the related actions that should trigger on:
```yaml
on:
pull_request:
types: [review_requested]
```
do not start and the gitea instance thr…
-
While testing out these actions I ran into an issue with the azure:repo:pr action. It failed with this rather cryptic error message:
```
[1]2023-11-10T03:19:35.000Z Beginning step Create a Pull Re…
-
- [ ] Reviewdog for automated reviews of PR
-
**Is your feature request related to a problem? Please describe.**
I want to use this action to prevent non-privileged users to modify .github/* folder changes.
As far as i can see this, this action…
-
A new preview environment is created per pull request which create a new subdomain with the pull request number. My static web app is configured with custom authentication using Azure Active Directory…
-
bibliography:
* https://stackoverflow.com/a/71635816
* https://github.com/orgs/community/discussions/39371#discussioncomment-7328995
-
Modifications to the GitHub Actions system are required to enable CI/CD tests to be run on pull requests from remote forks. Currently, external users must copy their branch to the main repository befo…
-
Feature request, as I can't seem to find this option anywhere.
Can there be an action in the `[PULL_REQUEST_ACTION]` for creating tasks? So that when someone adds a task to a PR, all the followers …
-
It would be great to provide Aibolit GitHub action to comment on submitted pull requests with warning messages. For example Codecov has similar tool: https://github.com/marketplace/actions/codecov - u…
-
**Describe the bug**
I am using a github action triggered by pull requests that is basically doing:
```python
const github = require('@actions/github');
const pullRequestTitle = github.context…