#
pull-request-action
Here are 11 public repositories matching this topic...
GitHub action to supercharge your pull requests workflows!
-
Updated
Jul 12, 2022 - Go
gagoar
commented
Jan 24, 2021
Description
It will be great to add a trigger to check if the user has a membership on a team or not.
the implementation is quiet simple,
try {
const { data: { state } } = await github.teams.getMembershipForUserInOrg({
org: context.repo.owner,
team_slug: 'teamName',
username: context.actor
})
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Verify that pull request titles start with a ticket ID
-
Updated
Jul 14, 2022 - TypeScript
A GitHub Action that Helps to Visually Review HTML file changes on a Pull Request by adding comments with the screenshots of the HTML file changes on the PR
github
javascript
python
docker
screenshot
image
webpage
actions
comment
pull-request
comments
pull-requests
webpage-screenshot
website-screenshot
capture-screenshots
github-actions
image-comment
pull-request-action
-
Updated
Jun 14, 2022 - Python
-
Updated
Dec 21, 2021 - Shell
GitHub action to comment pull request
-
Updated
Jun 25, 2022 - JavaScript
github
automation
pull-requests
action
codelytv
assign
github-actions
github-action
pull-request-management
pull-request-action
codely
-
Updated
Oct 8, 2020 - TypeScript
Example for using the GitHub action for pull requests
-
Updated
Jun 21, 2021
A GitHub action to create, update, append, prepend, delete or find a comment on a pull request or issue.
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Oct 26, 2020 - Dockerfile
Improve this page
Add a description, image, and links to the pull-request-action topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pull-request-action topic, visit your repo's landing page and select "manage topics."
whenever i push it repeats it. really annoying as i keep getting notifications for nothing.