You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/09 21:13:35 UTC

[beam] branch master updated: Updating issue-tagger Workflow (#171) (#23143)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 691337e9910 Updating issue-tagger Workflow (#171) (#23143)
691337e9910 is described below

commit 691337e99100c7e6cec0daa9d5e9bba8fab637c6
Author: Daniela Martín <da...@gmail.com>
AuthorDate: Fri Dec 9 15:13:28 2022 -0600

    Updating issue-tagger Workflow (#171) (#23143)
    
    Co-authored-by: Elias Segundo <el...@luisrazo.local>
    
    Co-authored-by: Elias Segundo Antonio <el...@gmail.com>
    Co-authored-by: Elias Segundo <el...@luisrazo.local>
    Co-authored-by: Danny McCormick <da...@google.com>
---
 .github/workflows/issue-tagger.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/issue-tagger.yml b/.github/workflows/issue-tagger.yml
index 39f92d87f78..7dbb4bf2d5d 100644
--- a/.github/workflows/issue-tagger.yml
+++ b/.github/workflows/issue-tagger.yml
@@ -20,7 +20,7 @@ on:
 
 jobs:
   label:
-    runs-on: ubuntu-latest
+    runs-on: [self-hosted, ubuntu-20.04]
     permissions:
       issues: write
     steps: