Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Action (0.16 sec)

  1. .github/workflows/trusted_partners.js

        github enables querying for PR and also create issue using rest endpoint
        context has the commit message details in the payload
      @return {string} Returns the message with labels attached and assignees added
    */
    const filter_action = async ({github, context, domain}) => {
      const labels = ['kokoro:force-run'];
    
      let assignees = [];
      const title = context.payload.pull_request && context.payload.pull_request.title;
    JavaScript
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Feb 07 13:52:04 GMT 2023
    - 4.5K bytes
    - Viewed (0)
Back to top