Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for and (0.13 sec)

  1. .github/workflows/trusted_partners.js

     * See the License for the specific language governing permissions and
     * limitations under the License.
     * =============================================================================
     */
    
    /** Get the domain of the user's email
    
      @param {!object}
        github enables querying for PR and also create issue using rest endpoint
        username has the login username of the Pull Request Event
    JavaScript
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Tue Feb 07 13:52:04 GMT 2023
    - 4.5K bytes
    - Viewed (0)
  2. .github/workflows/create_issue.js

     * See the License for the specific language governing permissions and
     * limitations under the License.
     * =============================================================================
     */
    
    /** Extracts PR from commit message and creates a GitHub Issue on Rollback of PR
      Created issue is assigned to original PR owner and reviewer.
    
      @param {!object}
        github enables querying for PR and also create issue using rest endpoint
    JavaScript
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Oct 18 23:04:59 GMT 2021
    - 2.8K bytes
    - Viewed (0)
Back to top