gh-find-current-pr icon indicating copy to clipboard operation
gh-find-current-pr copied to clipboard

Github Action for finding the Pull Request (PR) associated with the current SHA.

Results 19 gh-find-current-pr issues
Sort by recently updated
recently updated
newest added

### Summary Our org recently upgraded to Github enterprise and found that workflows using this action would fail with a message "Resource not accessible by integration" ### Version 1.3.0 ###...

I am using this in a job that triggers when a PR is closed: ```yaml on: pull_request: types: [closed] ``` like this: ```yaml - name: Detect Pull Request uses: jwalton/gh-find-current-pr@v1...

This is what I found to work. It's not fool-proof as the same commit message could occur more than once and have been in more than one pr. ``` -...

`merge_group` is the trigger used for the Merge Queue feature. See * https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue * https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#merge_group * https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#merge_group `steps.find_pr.outputs.pr` will be empty

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.40.0 to 5.54.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.54.1 5.54.1 (2023-03-06) Bug Fixes typescript-estree: do not call export of clearProgramCache (#6540) (181e705) v5.54.0 5.54.0 (2023-02-27) Bug...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.42.0 to 5.54.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.54.1 5.54.1 (2023-03-06) Bug Fixes typescript-estree: do not call export of clearProgramCache (#6540) (181e705) v5.54.0 5.54.0 (2023-02-27) Bug...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.35.0. Release notes Sourced from eslint's releases. v8.35.0 Features 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke) c8c0c71 feat: Move all and...

dependencies
javascript

Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.4. Release notes Sourced from prettier's releases. 2.8.4 🔗 Changelog 2.8.3 Support Angular 15.1 🔗 Changelog 2.8.2 🔗 Changelog 2.8.1 🔗 Changelog 2.8.0 diff 🔗...

dependencies
javascript

When the action is used and the event is `issue_comment`, the PR output is empty. This is the output of an execution upon the issuing of a comment in an...

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.3 to 27.2.1. Release notes Sourced from eslint-plugin-jest's releases. v27.2.1 27.2.1 (2023-01-06) Bug Fixes valid-expect-in-promise: handle sparse arrays (#1325) (21e72c9) v27.2.0 27.2.0 (2022-12-31) Features create no-untyped-mock-factory rule...

dependencies
javascript